wok-next annotate aespipe/receipt @ rev 21112

retawq: enable HTTPS support
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Jan 12 13:31:42 2019 +0200 (2019-01-12)
parents 11b5e93cb5f2
children 71308ff80695
rev   line source
al@20957 1 # SliTaz package receipt v2.
pascal@17334 2
pascal@17334 3 PACKAGE="aespipe"
al@20957 4 VERSION="2.4e"
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
al@20957 14 compile_rules() {
al@20957 15 ./configure $CONFIGURE_ARGS &&
pascal@17334 16 make &&
al@20957 17 make install || return 1
al@20957 18
al@20957 19 cook_pick_docs ChangeLog README
pascal@17334 20 }
pascal@17334 21
al@20957 22 genpkg_rules() {
al@20957 23 copy @std
pascal@17334 24 }