wok annotate reiserfsprogs/receipt @ rev 14959

evas: fix bdeps
author Dominique Corbex <domcox@slitaz.org>
date Thu Aug 08 19:35:08 2013 +0200 (2013-08-08)
parents 02bbaa9d12ba
children 380ffe05937a
rev   line source
erjo@539 1 # SliTaz package receipt.
erjo@539 2
erjo@539 3 PACKAGE="reiserfsprogs"
erjo@4697 4 VERSION="3.6.21"
erjo@539 5 CATEGORY="system-tools"
erjo@539 6 SHORT_DESC="ReiserFS tools"
erjo@784 7 MAINTAINER="erjo@slitaz.org"
pankso@12481 8 DEPENDS="linux-reiserfs util-linux-uuid"
erjo@539 9 TARBALL="$PACKAGE-$VERSION.tar.gz"
erjo@539 10 WEB_SITE="http://www.sfr-fresh.com/linux/misc/"
erjo@539 11 WGET_URL="http://www.sfr-fresh.com/linux/misc/$TARBALL"
jozee@4972 12 TAGS="filesystem reiserfs"
erjo@539 13
erjo@539 14 # Rules to configure and make the package.
erjo@539 15 compile_rules()
erjo@539 16 {
erjo@539 17 cd $src
erjo@539 18 ./configure --prefix=/usr --sbindir=/sbin \
pascal@2447 19 --mandir=/usr/share/man $CONFIGURE_ARGS &&
pascal@2447 20 make &&
erjo@539 21 make DESTDIR=$PWD/_pkg install
erjo@539 22 }
erjo@539 23
erjo@539 24 # Rules to gen a SliTaz package suitable for Tazpkg.
erjo@539 25 genpkg_rules()
erjo@539 26 {
erjo@539 27 mkdir -p $fs
erjo@539 28 cp -a $_pkg/sbin $fs/
erjo@539 29 }
erjo@539 30