wok-stable annotate keychain/receipt @ rev 12424
Fix end of line
author | Stanislas Leduc <shann@slitaz.org> |
---|---|
date | Sat Dec 21 10:59:45 2013 +0100 (2013-12-21) |
parents | |
children |
rev | line source |
---|---|
pascal@10907 | 1 # SliTaz package receipt. |
pascal@10907 | 2 |
pascal@10907 | 3 PACKAGE="keychain" |
pascal@10907 | 4 VERSION="2.7.1" |
pascal@10907 | 5 CATEGORY="network" |
pascal@10907 | 6 SHORT_DESC="Ssh and GPG keys managment tools." |
pascal@10907 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@10907 | 8 TARBALL="$PACKAGE-$VERSION.tar.bz2" |
pascal@10907 | 9 WEB_SITE="http://docs.funtoo.org/wiki/Keychain" |
pascal@10907 | 10 WGET_URL="http://www.funtoo.org/archive/$PACKAGE/$TARBALL" |
pascal@10907 | 11 SUGGESTED="openssh gnupg" |
pascal@10907 | 12 |
pascal@10907 | 13 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@10907 | 14 genpkg_rules() |
pascal@10907 | 15 { |
pascal@10907 | 16 mkdir -p $fs/usr/bin |
pascal@10907 | 17 cp -a $src/keychain $fs/usr/bin |
pascal@10907 | 18 } |