wok-current view reiserfsprogs/receipt @ rev 17643
Up: reiserfsprogs 3.6.24
| author | Alexander Medvedev <devl547@gmail.com> | 
|---|---|
| date | Sat Feb 14 21:28:06 2015 +0000 (2015-02-14) | 
| parents | 380ffe05937a | 
| children | 12b83f92833e | 
 line source
     1 # SliTaz package receipt.
     3 PACKAGE="reiserfsprogs"
     4 VERSION="3.6.24"
     5 CATEGORY="system-tools"
     6 SHORT_DESC="ReiserFS tools"
     7 MAINTAINER="erjo@slitaz.org"
     8 LICENSE="GPL2"
     9 TARBALL="$PACKAGE-$VERSION.tar.gz"
    10 WEB_SITE="http://www.sfr-fresh.com/linux/misc/"
    11 WGET_URL="http://www.sfr-fresh.com/linux/misc/$TARBALL"
    12 TAGS="filesystem reiserfs"
    14 DEPENDS="linux-reiserfs util-linux-uuid"
    16 # Rules to configure and make the package.
    17 compile_rules()
    18 {
    19 	cd $src
    20 	./configure --prefix=/usr --sbindir=/sbin \
    21 	--mandir=/usr/share/man $CONFIGURE_ARGS &&
    22 	make &&
    23 	make DESTDIR=$DESTDIR install
    24 }
    26 # Rules to gen a SliTaz package suitable for Tazpkg.
    27 genpkg_rules()
    28 {
    29 	mkdir -p $fs
    30 	cp -a $install/sbin $fs/
    31 }