wok view ddumbfs/receipt @ rev 16916

rePackaging main of "wanted" on Qt4. (s/4.8.4/4.8.6)
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Wed Jul 16 03:57:22 2014 +0200 (2014-07-16)
parents
children bfabe25c21ff
line source
1 # SliTaz package receipt.
3 PACKAGE="ddumbfs"
4 VERSION="1.1"
5 CATEGORY="system-tools"
6 SHORT_DESC="fast inline deduplication filesystem"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL"
9 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WEB_SITE="http://www.magiksys.net/ddumbfs/"
11 WGET_URL="http://www.magiksys.net/download/$PACKAGE/$TARBALL"
13 DEPENDS="fuse mhash"
14 BUILD_DEPENDS="fuse-dev mhash-dev pkg-config"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 ./configure --prefix=/usr $CONFIGURE_ARGS &&
20 make &&
21 make DESTDIR=$DESTDIR install
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 mkdir -p $fs/usr
28 cp -a $install/usr/bin $fs/usr
29 }