From: Harvie Date: Tue, 3 May 2011 15:00:10 +0000 (+0200) Subject: added ssh-smart package - curently not working X-Git-Url: http://git.harvie.cz/?p=mirrors%2FArchLinux-Packages.git;a=commitdiff_plain;h=88af9a9ccb1d8bcf3cbb66cea67194f685e877ec added ssh-smart package - curently not working --- diff --git a/ssh-smart/PKGBUILD b/ssh-smart/PKGBUILD new file mode 100644 index 0000000..f341191 --- /dev/null +++ b/ssh-smart/PKGBUILD @@ -0,0 +1,25 @@ +# Contributor: Thomas Mudrunka +# Maintainer: Thomas Mudrunka +# You can also contact me on http://blog.harvie.cz/ + +pkgname=ssh-smart +pkgver=0.0.1 +pkgrel=1 +pkgdesc="basic proof-of-concept of ssh identity on smartcard. The smartcard, used to store the ssh identity, is a memory card (I2C 16KBIT/2048 bytes)." +arch=('any') +license=('GPL') +url="http://www.foo.be/ssh-smart/" +depends=(perl libtowitoko2) +source=("http://www.foo.be/ssh-smart/files/${pkgname}-${pkgver}.tar.gz") +md5sums=('dd30f1b359b94b401e0af971f60400fe') + +build() { + return 1 + mkdir -p ${pkgdir}/usr/bin + + cd ./smartcard*/ + + + + chmod -R 755 ${pkgdir}/ +}