wok annotate jfsutils/receipt @ rev 24050

updated i3 and i3-man (4.5.1 -> 4.19.2)
author Hans-G?nter Theisgen
date Thu May 13 14:58:33 2021 +0100 (2021-05-13)
parents eb7ee081259f
children 370da83187ab
rev   line source
pascal@1690 1 # SliTaz package receipt.
pascal@1690 2
pascal@1690 3 PACKAGE="jfsutils"
Hans-G?nter@21081 4 VERSION="1.1.15"
pascal@1690 5 CATEGORY="system-tools"
Hans-G?nter@21081 6 TAGS="filesystem"
pascal@1690 7 SHORT_DESC="Utilities for manipulating jfs file-system."
pascal@1690 8 MAINTAINER="pascal.bellard@slitaz.org"
pascal@14999 9 LICENSE="GPL3"
Hans-G?nter@21081 10 WEB_SITE="http://jfs.sourceforge.net/"
Hans-G?nter@21081 11
pascal@1690 12 TARBALL="$PACKAGE-$VERSION.tar.gz"
pascal@1690 13 WGET_URL="${WEB_SITE}project/pub/$TARBALL"
pascal@14999 14
pankso@12481 15 DEPENDS="util-linux-uuid"
pascal@15614 16 BUILD_DEPENDS="util-linux-uuid-dev"
pascal@1690 17
pascal@1690 18 # Rules to configure and make the package.
pascal@1690 19 compile_rules()
pascal@1690 20 {
Hans-G?nter@21081 21 ./configure \
Hans-G?nter@21081 22 --prefix=/usr \
Hans-G?nter@21081 23 --infodir=/usr/share/info \
Hans-G?nter@21081 24 --mandir=/usr/share/man \
Hans-G?nter@21081 25 $CONFIGURE_ARGS &&
Hans-G?nter@21081 26 make -j 1 &&
pascal@14999 27 make DESTDIR=$DESTDIR install
pascal@1690 28 }
pascal@1690 29
pascal@1690 30 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@1690 31 genpkg_rules()
pascal@1690 32 {
pascal@1690 33 mkdir -p $fs/usr
pascal@14999 34 cp -a $install/usr/sbin $fs/usr
pascal@1690 35 }