wok-next view aespipe/receipt @ rev 21264

updated firefox-official (69.0 -> 71.0)
author Hans-G?nter Theisgen
date Fri Dec 06 15:46:28 2019 +0100 (2019-12-06)
parents 11b5e93cb5f2
children 71308ff80695
line source
1 # SliTaz package receipt v2.
3 PACKAGE="aespipe"
4 VERSION="2.4e"
5 CATEGORY="utilities"
6 SHORT_DESC="AES encrypting or decrypting pipe"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL"
9 WEB_SITE="http://loop-aes.sourceforge.net/aespipe.README"
11 TARBALL="$PACKAGE-v$VERSION.tar.bz2"
12 WGET_URL="http://loop-aes.sourceforge.net/aespipe/$TARBALL"
14 compile_rules() {
15 ./configure $CONFIGURE_ARGS &&
16 make &&
17 make install || return 1
19 cook_pick_docs ChangeLog README
20 }
22 genpkg_rules() {
23 copy @std
24 }