wok annotate 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
rev   line source
pascal@15666 1 # SliTaz package receipt.
pascal@15666 2
pascal@15666 3 PACKAGE="ddumbfs"
pascal@15666 4 VERSION="1.1"
pascal@15666 5 CATEGORY="system-tools"
pascal@15666 6 SHORT_DESC="fast inline deduplication filesystem"
pascal@15666 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15666 8 LICENSE="GPL"
pascal@15666 9 TARBALL="$PACKAGE-$VERSION.tar.gz"
pascal@15666 10 WEB_SITE="http://www.magiksys.net/ddumbfs/"
pascal@15666 11 WGET_URL="http://www.magiksys.net/download/$PACKAGE/$TARBALL"
pascal@15666 12
pascal@15666 13 DEPENDS="fuse mhash"
pascal@15666 14 BUILD_DEPENDS="fuse-dev mhash-dev pkg-config"
pascal@15666 15
pascal@15666 16 # Rules to configure and make the package.
pascal@15666 17 compile_rules()
pascal@15666 18 {
pascal@15666 19 ./configure --prefix=/usr $CONFIGURE_ARGS &&
pascal@15666 20 make &&
pascal@15666 21 make DESTDIR=$DESTDIR install
pascal@15666 22 }
pascal@15666 23
pascal@15666 24 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@15666 25 genpkg_rules()
pascal@15666 26 {
pascal@15666 27 mkdir -p $fs/usr
pascal@15666 28 cp -a $install/usr/bin $fs/usr
pascal@15666 29 }