wok-next view aespipe/receipt @ rev 21722
efivar: typo in post_install
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Sep 01 10:31:46 2020 +0000 (2020-09-01) |
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 }