wok-next annotate aespipe/receipt @ rev 21529

updated buildroot (2014.08 -> 2020.05)
author Hans-G?nter Theisgen
date Sat Jun 20 16:34:10 2020 +0100 (2020-06-20)
parents ede906abe532
children
rev   line source
al@20957 1 # SliTaz package receipt v2.
pascal@17334 2
pascal@17334 3 PACKAGE="aespipe"
Hans-G?nter@21479 4 VERSION="2.4f"
pascal@17334 5 CATEGORY="utilities"
al@20957 6 SHORT_DESC="AES encrypting or decrypting pipe"
pascal@17334 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@17335 8 LICENSE="GPL"
al@19275 9 WEB_SITE="http://loop-aes.sourceforge.net/aespipe.README"
al@20957 10
al@20957 11 TARBALL="$PACKAGE-v$VERSION.tar.bz2"
pascal@17334 12 WGET_URL="http://loop-aes.sourceforge.net/aespipe/$TARBALL"
pascal@17334 13
Hans-G?nter@21479 14 compile_rules()
Hans-G?nter@21479 15 {
al@20957 16 ./configure $CONFIGURE_ARGS &&
pascal@17334 17 make &&
al@20957 18 make install || return 1
al@20957 19
al@20957 20 cook_pick_docs ChangeLog README
pascal@17334 21 }
pascal@17334 22
Hans-G?nter@21479 23 genpkg_rules()
Hans-G?nter@21479 24 {
al@20957 25 copy @std
pascal@17334 26 }