wok view xdelta/receipt @ rev 7237

Moved duplicate kernel modules to main linux package. Fixed linux-cryptoloop to only have one depends line.
author Christopher Rogers <slaxemulator@gmail.com>
date Sat Nov 13 00:06:29 2010 +0000 (2010-11-13)
parents 63a9f1a08578
children 7c1d1ee26141
line source
1 # SliTaz package receipt.
3 PACKAGE="xdelta"
4 VERSION="3.0z"
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 }