wok-next diff aespipe/receipt @ rev 21223

updated btrfs-progs again (4.9.1 -> 5.3.1)
author Hans-G?nter Theisgen
date Tue Dec 03 10:21:27 2019 +0100 (2019-12-03)
parents 11b5e93cb5f2
children 71308ff80695
line diff
     1.1 --- a/aespipe/receipt	Tue Jul 05 15:34:01 2016 +0300
     1.2 +++ b/aespipe/receipt	Tue Dec 03 10:21:27 2019 +0100
     1.3 @@ -1,27 +1,24 @@
     1.4 -# SliTaz package receipt.
     1.5 +# SliTaz package receipt v2.
     1.6  
     1.7  PACKAGE="aespipe"
     1.8 -VERSION="v2.4d"
     1.9 +VERSION="2.4e"
    1.10  CATEGORY="utilities"
    1.11 -SHORT_DESC="AES encrypting or decrypting pipe."
    1.12 +SHORT_DESC="AES encrypting or decrypting pipe"
    1.13  MAINTAINER="pascal.bellard@slitaz.org"
    1.14  LICENSE="GPL"
    1.15  WEB_SITE="http://loop-aes.sourceforge.net/aespipe.README"
    1.16 -TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.17 +
    1.18 +TARBALL="$PACKAGE-v$VERSION.tar.bz2"
    1.19  WGET_URL="http://loop-aes.sourceforge.net/aespipe/$TARBALL"
    1.20  
    1.21 -# Rules to configure and make the package.
    1.22 -compile_rules()
    1.23 -{
    1.24 -	./configure --prefix=/usr \
    1.25 -		$CONFIGURE_ARGS &&
    1.26 +compile_rules() {
    1.27 +	./configure $CONFIGURE_ARGS &&
    1.28  	make &&
    1.29 -	make DESTDIR=$DESTDIR install
    1.30 +	make install || return 1
    1.31 +
    1.32 +	cook_pick_docs ChangeLog README
    1.33  }
    1.34  
    1.35 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.36 -genpkg_rules()
    1.37 -{
    1.38 -	mkdir -p $fs/usr
    1.39 -	cp -a $install/usr/bin $fs/usr
    1.40 +genpkg_rules() {
    1.41 +	copy @std
    1.42  }