wok-next annotate reiserfsprogs/receipt @ rev 20889

Check Repology info from y* to z* packages: complete
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sun Jul 15 10:27:39 2018 +0300 (2018-07-15)
parents 0e8dadf052b9
children f48456621a9d
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"
erjo@784 7 MAINTAINER="erjo@slitaz.org"
pascal@15000 8 LICENSE="GPL2"
erjo@539 9 WEB_SITE="http://www.sfr-fresh.com/linux/misc/"
al@20604 10 LFS="http://www.linuxfromscratch.org/blfs/view/stable/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@19816 16 SPLIT="reiserfsprogs-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 }