wok annotate xfsprogs/receipt @ rev 20591
compiz-plugins-unsupported, gucharmap3: update bdeps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Dec 15 21:00:34 2018 +0100 (2018-12-15) |
parents | a25b11019e81 |
children | fca6217790af |
rev | line source |
---|---|
pankso@1009 | 1 # SliTaz package receipt. |
pankso@1009 | 2 |
pankso@1009 | 3 PACKAGE="xfsprogs" |
pascal@20195 | 4 VERSION="4.14.0" |
pankso@1009 | 5 CATEGORY="system-tools" |
pankso@1009 | 6 SHORT_DESC="Utilities for making, mounting, and manipulating XFS file-system" |
pankso@1009 | 7 MAINTAINER="patel@math.uga.edu" |
pascal@15105 | 8 LICENSE="GPL3" |
pascal@20195 | 9 TARBALL="$PACKAGE-$VERSION.tar.xz" |
pankso@1009 | 10 WEB_SITE="http://oss.sgi.com/projects/xfs/" |
pascal@20195 | 11 WGET_URL="https://www.kernel.org/pub/linux/utils/fs/xfs/xfsprogs/$TARBALL" |
pankso@1009 | 12 |
pascal@15104 | 13 DEPENDS="e2fsprogs" |
pascal@15104 | 14 BUILD_DEPENDS="e2fsprogs-dev libtool gettext util-linux-blkid-dev util-linux-uuid util-linux-uuid-dev" |
pascal@15104 | 15 |
pankso@1009 | 16 # Rules to configure and make the package. |
pankso@1009 | 17 compile_rules() |
pankso@1009 | 18 { |
pascal@1500 | 19 sed -i 's/--best -c/-9 -c/' include/buildmacros |
pascal@9345 | 20 sed -i -e 's/lt_shell_append=yes/lt_shell_append=no/' \ |
pascal@9345 | 21 -e 's/DDEBUG/DNODEBUG/' configure |
pankso@1009 | 22 ./configure \ |
pascal@1541 | 23 $CONFIGURE_ARGS || return 1 |
slaxemulator@11125 | 24 sed -i 's/--best/-9/' doc/Makefile Makefile |
pascal@1500 | 25 make && |
slaxemulator@11125 | 26 make DIST_ROOT=$DESTDIR install |
slaxemulator@7230 | 27 } |
pankso@1009 | 28 |
pankso@1009 | 29 # Rules to gen a SliTaz package suitable for Tazpkg. |
pankso@1009 | 30 genpkg_rules() |
pankso@1009 | 31 { |
pankso@1009 | 32 mkdir -p $fs/usr/lib |
pascal@15104 | 33 cp -a $install/usr/sbin $fs/usr |
pascal@15104 | 34 cp -a $install/lib $fs |
pascal@15104 | 35 cp -a $install/sbin $fs |
pankso@1009 | 36 } |