wok annotate hashalot/receipt @ rev 19505

Rollback liboping (1.8.0)
author Paul Issott <paul@slitaz.org>
date Sat Nov 19 09:14:20 2016 +0000 (2016-11-19)
parents 47f59ea9c39f
children 924febe49050
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@3637 10 WEB_SITE="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 }