wok-next annotate reiserfsprogs/receipt @ rev 21701

updated gpodder (3.5.2 -> 3.10.16)
author Hans-G?nter Theisgen
date Wed Jul 01 14:05:54 2020 +0100 (2020-07-01)
parents d5aab818505e
children
rev   line source
al@19816 1 # SliTaz package receipt v2.
erjo@539 2
erjo@539 3 PACKAGE="reiserfsprogs"
al@19816 4 VERSION="3.6.27"
erjo@539 5 CATEGORY="system-tools"
erjo@539 6 SHORT_DESC="ReiserFS tools"
al@21020 7 MAINTAINER="devel@slitaz.org"
pascal@15000 8 LICENSE="GPL2"
al@21032 9 WEB_SITE="https://fossies.org/linux/misc/"
al@21017 10 LFS="http://www.linuxfromscratch.org/blfs/view/svn/postlfs/reiserfs.html"
erjo@539 11
al@19816 12 TARBALL="$PACKAGE-$VERSION.tar.xz"
al@19816 13 WGET_URL="https://www.kernel.org/pub/linux/kernel/people/jeffm/reiserfsprogs/v$VERSION/$TARBALL"
al@19816 14
al@19816 15 BUILD_DEPENDS="util-linux-uuid-dev libcomerr-dev acl-dev"
al@21020 16 SPLIT="$PACKAGE-dev"
pascal@15000 17
al@20604 18 compile_rules(){
al@19816 19 ./configure \
al@19816 20 --sbindir=/sbin \
al@19816 21 $CONFIGURE_ARGS &&
al@20604 22 fix libtool &&
pascal@2447 23 make &&
al@19816 24 make install
erjo@539 25 }
erjo@539 26
al@20604 27 genpkg_rules() {
al@19816 28 case $PACKAGE in
al@19816 29 reiserfsprogs)
al@19816 30 copy @std
al@19816 31 DEPENDS="libcomerr util-linux-uuid linux-reiserfs"
al@19816 32 TAGS="filesystem reiserfs"
al@19816 33 ;;
al@19816 34 *-dev)
al@19816 35 copy @dev
al@19816 36 DEPENDS="reiserfsprogs libcomerr util-linux-uuid-dev"
al@19816 37 ;;
al@19816 38 esac
erjo@539 39 }