wok-6.x annotate jfsutils/receipt @ rev 22642
updated debootstrap (1.0.48 -> 1.0.116)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Jan 14 07:46:35 2020 +0100 (2020-01-14) |
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 } |