wok view reiser4progs/receipt @ rev 3725

Update: xorg-xauth (DEPENDS)
author Matthew Sheets <rcx@zoominternet.net>
date Tue Jul 21 17:04:42 2009 +0000 (2009-07-21)
parents 381befc4ebd3
children 0588160a6878
line source
1 # SliTaz package receipt.
3 PACKAGE="reiser4progs"
4 VERSION="1.0.6"
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 libuuid ncurses readline"
12 BUILD_DEPENDS="libaal libaal-dev"
14 # Rules to configure and make the package.
15 compile_rules()
16 {
17 cd $src
18 ./configure --prefix=/usr --infodir=/usr/share/info \
19 --mandir=/usr/share/man $CONFIGURE_ARGS &&
20 make &&
21 make DESTDIR=$PWD/_pkg install
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 mkdir -p $fs/usr/lib
28 cp -a $_pkg/usr/sbin $fs/usr
29 cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
30 }