wok-6.x view xdelta/receipt @ rev 18810
Up python-pygments (2.0.2)
author | Paul Issott <paul@slitaz.org> |
---|---|
date | Thu Jan 14 19:20:44 2016 +0000 (2016-01-14) |
parents | 1150292a1c4b |
children | 922f061231c2 |
line source
1 # SliTaz package receipt.
3 PACKAGE="xdelta"
4 VERSION="3.0.0"
5 CATEGORY="system-tools"
6 SHORT_DESC="Binary diff, VCDIFF/RFC 3284 delta compression."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL2"
9 TARBALL="$PACKAGE$VERSION.tar.gz"
10 WEB_SITE="http://xdelta.org/"
11 WGET_URL="http://$PACKAGE.googlecode.com/files/$TARBALL"
13 # Rules to configure and make the package.
14 compile_rules()
15 {
16 cd $src
17 make
18 }
20 # Rules to gen a SliTaz package suitable for Tazpkg.
21 genpkg_rules()
22 {
23 mkdir -p $fs/usr/bin
24 cp -a $src/xdelta3 $fs/usr/bin
25 }