wok view xdelta/receipt @ rev 2921

Add: nicotine+ (soulseek network client)
author Claudinei Pereira <claudinei@slitaz.org>
date Wed May 06 23:26:44 2009 +0000 (2009-05-06)
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 }