wok-next annotate jfsutils/receipt @ rev 21272

updated gammu (1.27.0 -> 1.41.0)
author Hans-G?nter Theisgen
date Sat Dec 07 14:51:03 2019 +0100 (2019-12-07)
parents 46d3691a4f80
children
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@21017 10 LFS="http://www.linuxfromscratch.org/blfs/view/svn/postlfs/jfsutils.html"
al@19767 11
pascal@1690 12 TARBALL="$PACKAGE-$VERSION.tar.gz"
pascal@1690 13 WGET_URL="${WEB_SITE}project/pub/$TARBALL"
pascal@14999 14
pascal@15614 15 BUILD_DEPENDS="util-linux-uuid-dev"
pascal@1690 16
al@21017 17 compile_rules() {
al@21017 18 sed "s@<unistd.h>@&\n#include <sys/types.h>@g" -i fscklog/extract.c
al@19767 19
al@21017 20 ./configure $CONFIGURE_ARGS &&
al@21017 21 make &&
al@21017 22 make install
pascal@1690 23 }
pascal@1690 24
al@21017 25 genpkg_rules() {
al@19767 26 copy @std
al@19767 27 DEPENDS="util-linux-uuid"
al@19767 28 TAGS="filesystem"
pascal@1690 29 }