dcallagh-exheres

My personal Exherbo repository
git clone https://code.djc.id.au/git/dcallagh-exheres/

packages/sys-auth/yubikey-personalization/yubikey-personalization-1.5.2.exheres-0 (499B) - raw

      1 # Copyright 2011 Dan Callaghan <djc@djc.id.au>
      2 # Distributed under the terms of the GNU General Public License v2
      3 
      4 MY_PN=ykpers
      5 require googlecode [ project=$PN suffix=tar.gz ]
      6 
      7 SUMMARY="Library and tool for personalization of Yubico's YubiKey"
      8 
      9 LICENCES="BSD-2"
     10 SLOT="0"
     11 PLATFORMS="~amd64 ~x86"
     12 
     13 DEPENDENCIES="
     14     build+run:
     15         sys-auth/libyubikey
     16         dev-libs/libusb:1
     17 "
     18 
     19 BUGS_TO="djc@djc.id.au"
     20 
     21 WORK="$WORKBASE/$MY_PN-$PV"
     22 DEFAULT_SRC_CONFIGURE_PARAMS=( "--with-backend=libusb-1.0" )
     23