wok annotate ddumbfs/receipt @ rev 22949

updated inotify-tools (3.14 -> 3.20.2.2)
author Hans-G?nter Theisgen
date Fri Feb 28 14:28:10 2020 +0100 (2020-02-28)
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 }