wok view reiser4progs/receipt @ rev 13479

grooms: chown to www
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Oct 10 15:15:42 2012 +0200 (2012-10-10)
parents 73641efed1cc
children 10e6c72b2c15
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://piotrkosoft.net/pub/unix/linux/utils/fs/reiser4/$PACKAGE/$TARBALL"
11 DEPENDS="libaal util-linux-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 $MAKEFLAGS &&
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 }