wok annotate hashalot/receipt @ rev 23910

Update tazinst (104) & tazusb (204)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Aug 15 11:08:07 2020 +0000 (2020-08-15)
parents de49f29b101e
children 3e9a9990c985
rev   line source
pascal@3637 1 # SliTaz package receipt.
pascal@3637 2
pascal@3637 3 PACKAGE="hashalot"
pascal@3637 4 VERSION="0.3"
pascal@3637 5 CATEGORY="system-tools"
pascal@3637 6 SHORT_DESC="Passphrase to binary key filter."
pascal@3637 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15600 8 LICENSE="GPL2"
pascal@3637 9 TARBALL="$PACKAGE-$VERSION.tar.gz"
pascal@23910 10 WEB_SITE="https://web.archive.org/web/20191219002710/http://www.paranoiacs.org/~sluskyb/hacks/hashalot/"
pascal@3637 11 WGET_URL="$WEB_SITE/$TARBALL"
pascal@3637 12
pascal@3637 13 # Rules to configure and make the package.
pascal@3637 14 compile_rules()
pascal@3637 15 {
pascal@3637 16 cd $src
pascal@3637 17 ./configure --prefix=/usr $CONFIGURE_ARGS &&
pascal@3637 18 make &&
pascal@15600 19 make DESTDIR=$DESTDIR install
pascal@3637 20 }
pascal@3637 21
pascal@3637 22 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@3637 23 genpkg_rules()
pascal@3637 24 {
pascal@3637 25 mkdir -p $fs/usr
pascal@15600 26 cp -a $install/usr/sbin $fs/usr
pascal@3637 27 }