updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / yubikey-personalization-gui / PKGBUILD
blobe904321241b8be868c58239c3adff18c90abeb94
1 # Maintainer: David Zaragoza <david@zaragoza.com.ve>
2 pkgname=yubikey-personalization-gui
3 pkgver=3.0.0
4 pkgrel=1
5 pkgdesc="The Swiss Army Knike for the Yubikey"
6 arch=(i686 x86_64)
7 url="https://www.yubico.com/personalization-tool"
8 license=('unknown')
9 if test "$CARCH" == x86_64; then
10    depends=(lib32-libusb lib32-qt)
12 if test "$CARCH" == i686; then
13    depends=(libusb qt)
16 source=(YKPersonalization)
17 md5sums=('1472b86fb615587886f1b44c9aa17aa5')
19 package() {
20     install -Dm555 $startdir/YKPersonalization $pkgdir/usr/bin/YKPersonalization
23 # vim:set ts=2 sw=2 et: