wok-next annotate lessfs/receipt @ rev 17839
Add ijs
author | Richard Dunbar <mojo@slitaz.org> |
---|---|
date | Mon Mar 23 17:00:05 2015 -0400 (2015-03-23) |
parents | 9f057413fee5 |
children | bfaece9eb116 |
rev | line source |
---|---|
pascal@13591 | 1 # SliTaz package receipt. |
pascal@13591 | 2 |
pascal@13591 | 3 PACKAGE="lessfs" |
pascal@13591 | 4 VERSION="1.5.12" |
pascal@13591 | 5 CATEGORY="system-tools" |
pascal@13591 | 6 SHORT_DESC="A high performance inline data deduplicating filesystem." |
pascal@13591 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@14999 | 8 LICENSE="GPL3" |
pascal@13591 | 9 WEB_SITE="http://www.lessfs.com/" |
pascal@13591 | 10 TARBALL="$PACKAGE-$VERSION.tar.gz" |
pascal@13591 | 11 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" |
pascal@13591 | 12 TAGS="filesystem" |
pascal@13591 | 13 |
pascal@13591 | 14 DEPENDS="fuse db mhash tokyocabinet" |
pascal@13591 | 15 BUILD_DEPENDS="fuse-dev db-dev mhash-dev tokyocabinet-dev pkg-config" |
pascal@13591 | 16 |
pascal@13591 | 17 # Rules to configure and make the package. |
pascal@13591 | 18 compile_rules() |
pascal@13591 | 19 { |
pascal@13591 | 20 cd $src |
pascal@13591 | 21 ./configure --prefix=/usr --infodir=/usr/share/info \ |
pascal@13591 | 22 --mandir=/usr/share/man \ |
pascal@13591 | 23 --with-berkeleydb \ |
pascal@13591 | 24 $CONFIGURE_ARGS && |
pascal@13591 | 25 make && |
pascal@13591 | 26 make DESTDIR=$DESTDIR install |
pascal@13591 | 27 } |
pascal@13591 | 28 |
pascal@13591 | 29 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@13591 | 30 genpkg_rules() |
pascal@13591 | 31 { |
pascal@13592 | 32 cp -a $install/usr/*bin $fs |
pascal@13591 | 33 } |