wok view reiser4progs/receipt @ rev 10949

Up iron-linux (13.0.800.0) security fixes
author Paul Issott <paul@slitaz.org>
date Thu Sep 01 19:45:03 2011 +0100 (2011-09-01)
parents 8be66f03fbd2
children 8e4c74abdf74
line source
1 # SliTaz package receipt.
3 PACKAGE="reiser4progs"
4 VERSION="1.0.7"
5 CATEGORY="system-tools"
6 SHORT_DESC="Utilities for manipulating reiser4 file-system."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 TARBALL="$PACKAGE-$VERSION.tar.bz2"
9 WEB_SITE="http://www.kernel.org/"
10 WGET_URL="http://www.kernel.org/pub/linux/utils/fs/reiser4/$PACKAGE/$TARBALL"
11 DEPENDS="libaal util-linux-ng-uuid ncurses readline"
12 BUILD_DEPENDS="libaal libaal-dev"
13 TAGS="filesystem reiserfs"
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 cd $src
19 ./configure --prefix=/usr --infodir=/usr/share/info \
20 --mandir=/usr/share/man $CONFIGURE_ARGS &&
21 make -j 4 &&
22 make DESTDIR=$PWD/_pkg install
23 }
25 # Rules to gen a SliTaz package suitable for Tazpkg.
26 genpkg_rules()
27 {
28 mkdir -p $fs/usr/lib
29 cp -a $_pkg/usr/sbin $fs/usr
30 cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
31 }