wok-next view jfsutils/receipt @ rev 21726

updated firefox-official (77.0 -> 81.0)
author Hans-G?nter Theisgen
date Sun Sep 27 14:34:31 2020 +0100 (2020-09-27)
parents 46d3691a4f80
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="jfsutils"
4 VERSION="1.1.15"
5 CATEGORY="system-tools"
6 SHORT_DESC="Utilities for manipulating jfs file-system"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL3"
9 WEB_SITE="http://jfs.sourceforge.net/"
10 LFS="http://www.linuxfromscratch.org/blfs/view/svn/postlfs/jfsutils.html"
12 TARBALL="$PACKAGE-$VERSION.tar.gz"
13 WGET_URL="${WEB_SITE}project/pub/$TARBALL"
15 BUILD_DEPENDS="util-linux-uuid-dev"
17 compile_rules() {
18 sed "s@<unistd.h>@&\n#include <sys/types.h>@g" -i fscklog/extract.c
20 ./configure $CONFIGURE_ARGS &&
21 make &&
22 make install
23 }
25 genpkg_rules() {
26 copy @std
27 DEPENDS="util-linux-uuid"
28 TAGS="filesystem"
29 }