wok annotate aespipe/receipt @ rev 22520

updated audit and audit-dev (2.8.4 -> 2.8.5)
author Hans-G?nter Theisgen
date Thu Jan 02 10:00:30 2020 +0100 (2020-01-02)
parents c576c03cd69c
children 3105f866bc3e
rev   line source
pascal@17334 1 # SliTaz package receipt.
pascal@17334 2
pascal@17334 3 PACKAGE="aespipe"
Hans-G?nter@22473 4 VERSION="2.4f"
pascal@17334 5 CATEGORY="utilities"
pascal@17334 6 SHORT_DESC="AES encrypting or decrypting pipe."
pascal@17334 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@17335 8 LICENSE="GPL"
Hans-G?nter@22473 9 WEB_SITE="https://sourceforge.net/projects/loop-aes/"
Hans-G?nter@22473 10
Hans-G?nter@20699 11 TARBALL="$PACKAGE-v$VERSION.tar.bz2"
Hans-G?nter@22473 12 WGET_URL="${WEB_SITE}files/$PACKAGE/v$VERSION/$TARBALL"
pascal@17334 13
pascal@17334 14 # Rules to configure and make the package.
pascal@17334 15 compile_rules()
pascal@17334 16 {
Hans-G?nter@22473 17 ./configure \
Hans-G?nter@22473 18 --prefix=/usr \
pascal@17334 19 $CONFIGURE_ARGS &&
pascal@17334 20 make &&
pascal@17334 21 make DESTDIR=$DESTDIR install
pascal@17334 22 }
pascal@17334 23
pascal@17334 24 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@17334 25 genpkg_rules()
pascal@17334 26 {
pascal@17334 27 mkdir -p $fs/usr
pascal@17334 28 cp -a $install/usr/bin $fs/usr
pascal@17334 29 }