wok-next view aespipe/receipt @ rev 21719

gtk3: added build dependency libxtst
author Hans-G?nter Theisgen
date Tue Aug 04 17:36:05 2020 +0100 (2020-08-04)
parents ede906abe532
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="aespipe"
4 VERSION="2.4f"
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 {
16 ./configure $CONFIGURE_ARGS &&
17 make &&
18 make install || return 1
20 cook_pick_docs ChangeLog README
21 }
23 genpkg_rules()
24 {
25 copy @std
26 }