wok-next view aespipe/receipt @ rev 21469

updated tinc (1.0.25 -> 1.0.36)
author Hans-G?nter Theisgen
date Wed May 13 07:41:00 2020 +0100 (2020-05-13)
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 }