wok annotate reiser4progs-dev/receipt @ rev 7937

slitaz-mercurial-style: Start moving to new CSS and layout
author Christophe Lincoln <pankso@slitaz.org>
date Tue Jan 11 21:53:28 2011 +0100 (2011-01-11)
parents 381befc4ebd3
children 127ec27f61ab
rev   line source
pascal@1689 1 # SliTaz package receipt.
pascal@1689 2
pascal@1689 3 PACKAGE="reiser4progs-dev"
pankso@4066 4 VERSION="1.0.7"
pascal@1689 5 CATEGORY="development"
pascal@1689 6 SHORT_DESC="Utilities for manipulating reiser4 file-system, development files."
pascal@1689 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@1689 8 WEB_SITE="http://www.kernel.org/"
pascal@1689 9 WANTED="reiser4progs"
pascal@1689 10
pascal@1689 11 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@1689 12 genpkg_rules()
pascal@1689 13 {
pascal@1689 14 mkdir -p $fs/usr/lib $fs/usr/share
pascal@1689 15 cp -a $_pkg/usr/include $fs/usr
pascal@1689 16 cp -a $_pkg/usr/share/aclocal $fs/usr/share
pascal@1689 17 cp -a $_pkg/usr/lib/*a $fs/usr/lib
pascal@1689 18 }
pascal@1689 19