wok-next view jfsutils/receipt @ rev 20845

Add neofetch, tcl2c-fork; build two versions of tklauncher (using tcl2c and tcl2c-fork) with different warnings
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Jun 23 09:45:42 2018 +0300 (2018-06-23)
parents a45816a758ed
children f48456621a9d
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 # http://www.linuxfromscratch.org/blfs/view/stable/postlfs/jfsutils.html
20 sed "s@<unistd.h>@&\n#include <sys/types.h>@g" -i fscklog/extract.c &&
22 ./configure $CONFIGURE_ARGS && make && make install
23 }
25 # Rules to gen a SliTaz package suitable for Tazpkg.
26 genpkg_rules()
27 {
28 copy @std
29 DEPENDS="util-linux-uuid"
30 TAGS="filesystem"
31 }