wok-6.x annotate keychain/receipt @ rev 17558
shared-mime-info/tazpkg.xml: use package-x-tazpkg.png icon
author | Richard Dunbar <mojo@slitaz.org> |
---|---|
date | Thu Feb 05 21:32:20 2015 -0500 (2015-02-05) |
parents | 23c3aed67cd9 |
children | 8dd8bab3f0ca |
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@15601 | 8 LICENSE="GPL2" |
pascal@10907 | 9 TARBALL="$PACKAGE-$VERSION.tar.bz2" |
pascal@10907 | 10 WEB_SITE="http://docs.funtoo.org/wiki/Keychain" |
pascal@10907 | 11 WGET_URL="http://www.funtoo.org/archive/$PACKAGE/$TARBALL" |
pascal@10907 | 12 SUGGESTED="openssh gnupg" |
pascal@17141 | 13 TAGS="ssh" |
pascal@10907 | 14 |
pascal@10907 | 15 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@10907 | 16 genpkg_rules() |
pascal@10907 | 17 { |
pascal@10907 | 18 mkdir -p $fs/usr/bin |
pascal@10907 | 19 cp -a $src/keychain $fs/usr/bin |
pascal@10907 | 20 } |