wok view keychain/receipt @ rev 11623

amule, emelfm2, fpm2, gcolor2, gftp, grisbi; grsync, htop, hydrogen, kino, lingot, listpatron, lostirc, mitter, mplayer*, notecase, obconf, osmo, sakura, sylpheed, tilda, transmission, xine-ui, xsane: install .desktop file
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jan 24 22:51:41 2012 +0100 (2012-01-24)
parents
children 23c3aed67cd9
line source
1 # SliTaz package receipt.
3 PACKAGE="keychain"
4 VERSION="2.7.1"
5 CATEGORY="network"
6 SHORT_DESC="Ssh and GPG keys managment tools."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 TARBALL="$PACKAGE-$VERSION.tar.bz2"
9 WEB_SITE="http://docs.funtoo.org/wiki/Keychain"
10 WGET_URL="http://www.funtoo.org/archive/$PACKAGE/$TARBALL"
11 SUGGESTED="openssh gnupg"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 mkdir -p $fs/usr/bin
17 cp -a $src/keychain $fs/usr/bin
18 }