wok view xdelta/receipt @ rev 3013

Add xorg-libXxf86vm (library)
author Christophe Lincoln <pankso@slitaz.org>
date Mon May 11 22:30:23 2009 +0200 (2009-05-11)
parents
children 45b83b1e2722
line source
1 # SliTaz package receipt.
3 PACKAGE="xdelta"
4 VERSION="3.0u"
5 CATEGORY="system-tools"
6 SHORT_DESC="Binary diff, VCDIFF/RFC 3284 delta compression."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 TARBALL="$PACKAGE$VERSION.tar.gz"
9 WEB_SITE="http://xdelta.org/"
10 WGET_URL="http://$PACKAGE.googlecode.com/files/$TARBALL"
12 # Rules to configure and make the package.
13 compile_rules()
14 {
15 mv $PACKAGE$VERSION $PACKAGE-$VERSION 2> /dev/null
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 }