wok annotate aespipe/receipt @ rev 19272

xz: enable lzma update
author Richard Dunbar <mojo@slitaz.org>
date Mon Jul 04 11:33:24 2016 -0400 (2016-07-04)
parents 5797509d0229
children 11b5e93cb5f2
rev   line source
pascal@17334 1 # SliTaz package receipt.
pascal@17334 2
pascal@17334 3 PACKAGE="aespipe"
pascal@18880 4 VERSION="v2.4d"
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"
pascal@17334 9 TARBALL="$PACKAGE-$VERSION.tar.bz2"
pascal@17334 10 WEB_SITE="http://loop-aes.sourceforge.net/aespipe.README"
pascal@17334 11 WGET_URL="http://loop-aes.sourceforge.net/aespipe/$TARBALL"
pascal@17334 12
pascal@17334 13 # Rules to configure and make the package.
pascal@17334 14 compile_rules()
pascal@17334 15 {
pascal@17334 16 ./configure --prefix=/usr \
pascal@17334 17 $CONFIGURE_ARGS &&
pascal@17334 18 make &&
pascal@17334 19 make DESTDIR=$DESTDIR install
al@19264 20
al@19264 21 cook_compress_manpages
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 }