wok-next annotate jfsutils/receipt @ rev 20046
up: avidemux, palemoon
author | Xander Ziiryanoff <psychomaniak@xakep.ru> |
---|---|
date | Mon Oct 23 08:40:19 2017 +0200 (2017-10-23) |
parents | a45816a758ed |
children | f48456621a9d |
rev | line source |
---|---|
al@19767 | 1 # SliTaz package receipt v2. |
pascal@1690 | 2 |
pascal@1690 | 3 PACKAGE="jfsutils" |
al@19767 | 4 VERSION="1.1.15" |
pascal@1690 | 5 CATEGORY="system-tools" |
al@19767 | 6 SHORT_DESC="Utilities for manipulating jfs file-system" |
pascal@1690 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@14999 | 8 LICENSE="GPL3" |
al@19767 | 9 WEB_SITE="http://jfs.sourceforge.net/" |
al@19767 | 10 |
pascal@1690 | 11 TARBALL="$PACKAGE-$VERSION.tar.gz" |
pascal@1690 | 12 WGET_URL="${WEB_SITE}project/pub/$TARBALL" |
pascal@14999 | 13 |
pascal@15614 | 14 BUILD_DEPENDS="util-linux-uuid-dev" |
pascal@1690 | 15 |
pascal@1690 | 16 # Rules to configure and make the package. |
pascal@1690 | 17 compile_rules() |
pascal@1690 | 18 { |
al@19811 | 19 # http://www.linuxfromscratch.org/blfs/view/stable/postlfs/jfsutils.html |
al@19767 | 20 sed "s@<unistd.h>@&\n#include <sys/types.h>@g" -i fscklog/extract.c && |
al@19767 | 21 |
al@19767 | 22 ./configure $CONFIGURE_ARGS && make && make install |
pascal@1690 | 23 } |
pascal@1690 | 24 |
pascal@1690 | 25 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@1690 | 26 genpkg_rules() |
pascal@1690 | 27 { |
al@19767 | 28 copy @std |
al@19767 | 29 DEPENDS="util-linux-uuid" |
al@19767 | 30 TAGS="filesystem" |
pascal@1690 | 31 } |