wok-6.x annotate aespipe/receipt @ rev 23424
updated pgrouting (2.6.2 -> 2.6.3)
author | Hans-G?nter Theisgen |
---|---|
date | Wed Apr 01 08:55:35 2020 +0100 (2020-04-01) |
parents | c576c03cd69c |
children | 3105f866bc3e |
rev | line source |
---|---|
pascal@17334 | 1 # SliTaz package receipt. |
pascal@17334 | 2 |
pascal@17334 | 3 PACKAGE="aespipe" |
Hans-G?nter@22473 | 4 VERSION="2.4f" |
pascal@17334 | 5 CATEGORY="utilities" |
pascal@17334 | 6 SHORT_DESC="AES encrypting or decrypting pipe." |
pascal@17334 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@17335 | 8 LICENSE="GPL" |
Hans-G?nter@22473 | 9 WEB_SITE="https://sourceforge.net/projects/loop-aes/" |
Hans-G?nter@22473 | 10 |
Hans-G?nter@20699 | 11 TARBALL="$PACKAGE-v$VERSION.tar.bz2" |
Hans-G?nter@22473 | 12 WGET_URL="${WEB_SITE}files/$PACKAGE/v$VERSION/$TARBALL" |
pascal@17334 | 13 |
pascal@17334 | 14 # Rules to configure and make the package. |
pascal@17334 | 15 compile_rules() |
pascal@17334 | 16 { |
Hans-G?nter@22473 | 17 ./configure \ |
Hans-G?nter@22473 | 18 --prefix=/usr \ |
pascal@17334 | 19 $CONFIGURE_ARGS && |
pascal@17334 | 20 make && |
pascal@17334 | 21 make DESTDIR=$DESTDIR install |
pascal@17334 | 22 } |
pascal@17334 | 23 |
pascal@17334 | 24 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@17334 | 25 genpkg_rules() |
pascal@17334 | 26 { |
pascal@17334 | 27 mkdir -p $fs/usr |
pascal@17334 | 28 cp -a $install/usr/bin $fs/usr |
pascal@17334 | 29 } |