wok view reiser4progs-dev/receipt @ rev 9846

Fixed apache-mod-wsgi for tazwok. Just need to cd $src before compiling.
author Christopher Rogers <slaxemulator@gmail.com>
date Sun May 15 18:30:30 2011 +0000 (2011-05-15)
parents 381befc4ebd3
children 127ec27f61ab
line source
1 # SliTaz package receipt.
3 PACKAGE="reiser4progs-dev"
4 VERSION="1.0.7"
5 CATEGORY="development"
6 SHORT_DESC="Utilities for manipulating reiser4 file-system, development files."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 WEB_SITE="http://www.kernel.org/"
9 WANTED="reiser4progs"
11 # Rules to gen a SliTaz package suitable for Tazpkg.
12 genpkg_rules()
13 {
14 mkdir -p $fs/usr/lib $fs/usr/share
15 cp -a $_pkg/usr/include $fs/usr
16 cp -a $_pkg/usr/share/aclocal $fs/usr/share
17 cp -a $_pkg/usr/lib/*a $fs/usr/lib
18 }