wok annotate reiserfsprogs/receipt @ rev 22991

updated l3afpad (0.8.18.1.10 -> 0.8.18.1.11)
author Hans-G?nter Theisgen
date Sun Mar 01 17:39:44 2020 +0100 (2020-03-01)
parents 12b83f92833e
children 89c8d8b6cf48
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@21117 14 DEPENDS="linux-reiserfs util-linux-uuid libcomerr"
pascal@21117 15 BUILD_DEPENDS="libcomerr-dev"
pascal@15000 16
erjo@539 17 # Rules to configure and make the package.
erjo@539 18 compile_rules()
erjo@539 19 {
pascal@21117 20 sed -i 's|<com_err.h>|<et/com_err.h>|' */*.?
erjo@539 21 ./configure --prefix=/usr --sbindir=/sbin \
pascal@2447 22 --mandir=/usr/share/man $CONFIGURE_ARGS &&
pascal@2447 23 make &&
pascal@15000 24 make DESTDIR=$DESTDIR install
erjo@539 25 }
erjo@539 26
erjo@539 27 # Rules to gen a SliTaz package suitable for Tazpkg.
erjo@539 28 genpkg_rules()
erjo@539 29 {
erjo@539 30 mkdir -p $fs
pascal@15000 31 cp -a $install/sbin $fs/
erjo@539 32 }