wok-next annotate hashalot/receipt @ rev 21093

garcon, libacpi, mypaint: make shared libs executables to correct determine architecture (no "noarch")
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Dec 29 17:03:13 2018 +0200 (2018-12-29)
parents de49f29b101e
children
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"
al@21020 6 SHORT_DESC="Passphrase to binary key filter"
pascal@3637 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15600 8 LICENSE="GPL2"
al@21020 9 WEB_SITE="http://www.paranoiacs.org/~sluskyb/hacks/hashalot/"
al@21020 10
pascal@3637 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
al@21020 12 WGET_URL="$WEB_SITE$TARBALL"
pascal@3637 13
al@21020 14 compile_rules() {
al@21020 15 ./configure \
al@21020 16 --prefix=/usr \
al@21020 17 $CONFIGURE_ARGS &&
pascal@3637 18 make &&
al@21020 19 make DESTDIR=$install install
pascal@3637 20 }
pascal@3637 21
al@21020 22 genpkg_rules() {
pascal@3637 23 mkdir -p $fs/usr
pascal@15600 24 cp -a $install/usr/sbin $fs/usr
pascal@3637 25 }