wok view buffer/receipt @ rev 13580

slitaz-base-files: update WGET_URL
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Nov 05 21:05:18 2012 +0100 (2012-11-05)
parents
children 408c87fa22ca
line source
1 # SliTaz package receipt.
3 PACKAGE="buffer"
4 VERSION="1.19"
5 CATEGORY="system-tools"
6 SHORT_DESC="GPL disaster recovery solution."
7 MAINTAINER="erjo@slitaz.org"
8 WEB_SITE="http://www.mondorescue.org/"
9 TARBALL="$PACKAGE-$VERSION.tgz"
10 WGET_URL="ftp://ftp.mondorescue.org/src/$TARBALL"
12 DEPENDS=""
13 BUILD_DEPENDS=""
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 patch -p1 < $stuff/buffer-1.19.patch || exit 1
19 make
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 mkdir -p $fs/usr/bin
27 cp -a $src/buffer $fs/usr/bin
28 }