wok-6.x annotate reiserfsprogs/receipt @ rev 21116

Up reiserfsprogs (3.6.27)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Mar 19 19:34:17 2019 +0100 (2019-03-19)
parents 7f78f61de159
children 023de3f0d078
rev   line source
erjo@539 1 # SliTaz package receipt.
erjo@539 2
erjo@539 3 PACKAGE="reiserfsprogs"
pascal@21116 4 VERSION="3.6.27"
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"
pascal@21116 9 TARBALL="$PACKAGE-$VERSION.tar.xz"
pascal@21116 10 WEB_SITE="https://fossies.org/linux/misc/"
pascal@21116 11 WGET_URL="http://cdn.kernel.org/pub/linux/kernel/people/jeffm/reiserfsprogs/v$VERSION/$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 ./configure --prefix=/usr --sbindir=/sbin \
pascal@2447 20 --mandir=/usr/share/man $CONFIGURE_ARGS &&
pascal@2447 21 make &&
pascal@15000 22 make DESTDIR=$DESTDIR install
erjo@539 23 }
erjo@539 24
erjo@539 25 # Rules to gen a SliTaz package suitable for Tazpkg.
erjo@539 26 genpkg_rules()
erjo@539 27 {
erjo@539 28 mkdir -p $fs
pascal@15000 29 cp -a $install/sbin $fs/
erjo@539 30 }