wok-current view hashalot/receipt @ rev 15700
wbar2:Fixconfig (again)
author | Eric Joseph-Alexandre <erjo@slitaz.org> |
---|---|
date | Sun Dec 22 15:10:14 2013 +0100 (2013-12-22) |
parents | 47f59ea9c39f |
children | 924febe49050 |
line source
1 # SliTaz package receipt.
3 PACKAGE="hashalot"
4 VERSION="0.3"
5 CATEGORY="system-tools"
6 SHORT_DESC="Passphrase to binary key filter."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL2"
9 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WEB_SITE="http://www.paranoiacs.org/~sluskyb/hacks/hashalot"
11 WGET_URL="$WEB_SITE/$TARBALL"
13 # Rules to configure and make the package.
14 compile_rules()
15 {
16 cd $src
17 ./configure --prefix=/usr $CONFIGURE_ARGS &&
18 make &&
19 make DESTDIR=$DESTDIR install
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 mkdir -p $fs/usr
26 cp -a $install/usr/sbin $fs/usr
27 }