wok-current view buffer/receipt @ rev 18407
openttd: update bdeps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Sep 19 16:17:19 2015 +0200 (2015-09-19) |
parents | 66b0bd28011b |
children | a511baf85854 |
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 LICENSE="GPL2"
9 WEB_SITE="http://www.mondorescue.org/"
10 TARBALL="$PACKAGE-$VERSION.tgz"
11 WGET_URL="ftp://ftp.mondorescue.org/src/$TARBALL"
13 DEPENDS=""
14 BUILD_DEPENDS=""
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 patch -p1 < $stuff/buffer-1.19.patch || exit 1
20 make
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 mkdir -p $fs/usr/bin
28 cp -a $src/buffer $fs/usr/bin
29 }