wok-next annotate reiserfsprogs/receipt @ rev 18892
remove: tazpanel-ttf-css, tazpanel-theme-sandfive(in wok-backports)
author | Xander Ziiryanoff <psychomaniak@xakep.ru> |
---|---|
date | Fri Feb 12 20:27:04 2016 +0000 (2016-02-12) |
parents | 380ffe05937a |
children | 0e8dadf052b9 |
rev | line source |
---|---|
erjo@539 | 1 # SliTaz package receipt. |
erjo@539 | 2 |
erjo@539 | 3 PACKAGE="reiserfsprogs" |
devl547@17643 | 4 VERSION="3.6.24" |
erjo@539 | 5 CATEGORY="system-tools" |
erjo@539 | 6 SHORT_DESC="ReiserFS tools" |
erjo@784 | 7 MAINTAINER="erjo@slitaz.org" |
pascal@15000 | 8 LICENSE="GPL2" |
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 |
pascal@15000 | 14 DEPENDS="linux-reiserfs util-linux-uuid" |
pascal@15000 | 15 |
erjo@539 | 16 # Rules to configure and make the package. |
erjo@539 | 17 compile_rules() |
erjo@539 | 18 { |
erjo@539 | 19 cd $src |
erjo@539 | 20 ./configure --prefix=/usr --sbindir=/sbin \ |
pascal@2447 | 21 --mandir=/usr/share/man $CONFIGURE_ARGS && |
pascal@2447 | 22 make && |
pascal@15000 | 23 make DESTDIR=$DESTDIR install |
erjo@539 | 24 } |
erjo@539 | 25 |
erjo@539 | 26 # Rules to gen a SliTaz package suitable for Tazpkg. |
erjo@539 | 27 genpkg_rules() |
erjo@539 | 28 { |
erjo@539 | 29 mkdir -p $fs |
pascal@15000 | 30 cp -a $install/sbin $fs/ |
erjo@539 | 31 } |
erjo@539 | 32 |