wok-next view reiser4progs/receipt @ rev 20883

Check Repology info from h* to l* packages
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Jul 11 02:06:34 2018 +0300 (2018-07-11)
parents e3681453b45c
children d5aab818505e
line source
1 # SliTaz package receipt v2.
3 PACKAGE="reiser4progs"
4 VERSION="1.1.0"
5 CATEGORY="system-tools"
6 SHORT_DESC="Utilities for manipulating reiser4 file-system"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="https://sourceforge.net/projects/reiser4/"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="$SF_MIRROR/reiser4/$TARBALL"
14 BUILD_DEPENDS="util-linux-uuid-dev readline-dev libaal-dev"
15 SPLIT="reiser4progs-dev"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 ./configure $CONFIGURE_ARGS && make && make install
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 case $PACKAGE in
27 reiser4progs)
28 copy @std
29 DEPENDS="libaal ncurses readline util-linux-uuid"
30 TAGS="filesystem reiserfs"
31 ;;
32 *-dev)
33 copy @dev
34 DEPENDS="reiser4progs libaal-dev"
35 ;;
36 esac
37 }