wok-next view jfsutils/receipt @ rev 19789

Add js, up pam, polkit, polkit-pam; fix typo in btrfs-progs.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Jun 20 03:48:54 2017 +0300 (2017-06-20)
parents eb7ee081259f
children 46d3691a4f80
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/"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="${WEB_SITE}project/pub/$TARBALL"
14 BUILD_DEPENDS="util-linux-uuid-dev"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 sed "s@<unistd.h>@&\n#include <sys/types.h>@g" -i fscklog/extract.c &&
21 ./configure $CONFIGURE_ARGS && make && make install
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 copy @std
28 DEPENDS="util-linux-uuid"
29 TAGS="filesystem"
30 }