wok-current view reiserfsprogs/receipt @ rev 16860
Up atk (2.7.5)
| author | Yuri Pourre <yuripourre@gmail.com> | 
|---|---|
| date | Sun Jul 13 03:44:48 2014 -0300 (2014-07-13) | 
| parents | 73641efed1cc | 
| children | 7f78f61de159 | 
 line source
     1 # SliTaz package receipt.
     3 PACKAGE="reiserfsprogs"
     4 VERSION="3.6.21"
     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 }