wok annotate buffer/receipt @ rev 17854
Up: slitaz-boot-scripts (5.7.1)
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Wed Mar 25 00:32:22 2015 +0200 (2015-03-25) |
parents | 66b0bd28011b |
children | a511baf85854 |
rev | line source |
---|---|
erjo@13494 | 1 # SliTaz package receipt. |
erjo@13494 | 2 |
erjo@13494 | 3 PACKAGE="buffer" |
erjo@13494 | 4 VERSION="1.19" |
erjo@13494 | 5 CATEGORY="system-tools" |
erjo@13494 | 6 SHORT_DESC="GPL disaster recovery solution." |
erjo@13494 | 7 MAINTAINER="erjo@slitaz.org" |
pascal@15001 | 8 LICENSE="GPL2" |
erjo@13494 | 9 WEB_SITE="http://www.mondorescue.org/" |
erjo@13494 | 10 TARBALL="$PACKAGE-$VERSION.tgz" |
erjo@13494 | 11 WGET_URL="ftp://ftp.mondorescue.org/src/$TARBALL" |
erjo@13494 | 12 |
erjo@13494 | 13 DEPENDS="" |
erjo@13494 | 14 BUILD_DEPENDS="" |
erjo@13494 | 15 |
erjo@13494 | 16 # Rules to configure and make the package. |
erjo@13494 | 17 compile_rules() |
erjo@13494 | 18 { |
erjo@13494 | 19 patch -p1 < $stuff/buffer-1.19.patch || exit 1 |
erjo@13494 | 20 make |
erjo@13494 | 21 } |
erjo@13494 | 22 |
erjo@13494 | 23 # Rules to gen a SliTaz package suitable for Tazpkg. |
erjo@13494 | 24 genpkg_rules() |
erjo@13494 | 25 { |
erjo@13494 | 26 mkdir -p $fs/usr/bin |
erjo@13494 | 27 |
erjo@13494 | 28 cp -a $src/buffer $fs/usr/bin |
erjo@13494 | 29 } |