wok-6.x annotate reiser4progs-dev/receipt @ rev 3921
linux: fix .config
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Aug 18 21:42:30 2009 +0200 (2009-08-18) |
parents | |
children | bd3cb4a88f31 |
rev | line source |
---|---|
pascal@1689 | 1 # SliTaz package receipt. |
pascal@1689 | 2 |
pascal@1689 | 3 PACKAGE="reiser4progs-dev" |
pascal@1689 | 4 VERSION="1.0.6" |
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 |