wok-next annotate lessfs/receipt @ rev 14008
libtheora: small typo in SHORT DESC
author | Dominique Corbex <domcox@slitaz.org> |
---|---|
date | Sun Feb 17 19:45:22 2013 +0100 (2013-02-17) |
parents | 4aed2b24febc |
children | 2b9f96603415 |
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@13591 | 8 WEB_SITE="http://www.lessfs.com/" |
pascal@13591 | 9 TARBALL="$PACKAGE-$VERSION.tar.gz" |
pascal@13591 | 10 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" |
pascal@13591 | 11 TAGS="filesystem" |
pascal@13591 | 12 |
pascal@13591 | 13 DEPENDS="fuse db mhash tokyocabinet" |
pascal@13591 | 14 BUILD_DEPENDS="fuse-dev db-dev mhash-dev tokyocabinet-dev pkg-config" |
pascal@13591 | 15 |
pascal@13591 | 16 # Rules to configure and make the package. |
pascal@13591 | 17 compile_rules() |
pascal@13591 | 18 { |
pascal@13591 | 19 cd $src |
pascal@13591 | 20 ./configure --prefix=/usr --infodir=/usr/share/info \ |
pascal@13591 | 21 --mandir=/usr/share/man \ |
pascal@13591 | 22 --with-berkeleydb \ |
pascal@13591 | 23 $CONFIGURE_ARGS && |
pascal@13591 | 24 make && |
pascal@13591 | 25 make DESTDIR=$DESTDIR install |
pascal@13591 | 26 } |
pascal@13591 | 27 |
pascal@13591 | 28 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@13591 | 29 genpkg_rules() |
pascal@13591 | 30 { |
pascal@13592 | 31 cp -a $install/usr/*bin $fs |
pascal@13591 | 32 } |