wok-next view reiser4progs/receipt @ rev 21721

created recipes for efivar and efibootmgr
author Hans-G?nter Theisgen
date Tue Sep 01 10:09:15 2020 +0100 (2020-09-01)
parents 0e8dadf052b9
children
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="$PACKAGE-dev"
17 compile_rules() {
18 ./configure $CONFIGURE_ARGS &&
19 make &&
20 make install
21 }
23 genpkg_rules() {
24 case $PACKAGE in
25 reiser4progs)
26 copy @std
27 DEPENDS="libaal ncurses readline util-linux-uuid"
28 TAGS="filesystem reiserfs"
29 ;;
30 *-dev)
31 copy @dev
32 DEPENDS="reiser4progs libaal-dev"
33 ;;
34 esac
35 }