wok-next annotate reiser4progs-dev/receipt @ rev 19282
busybox: show doc & man (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Jul 05 21:37:08 2016 +0200 (2016-07-05) |
parents | 127ec27f61ab |
children |
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@15022 | 8 LICENSE="GPL2" |
pascal@1689 | 9 WEB_SITE="http://www.kernel.org/" |
pascal@1689 | 10 WANTED="reiser4progs" |
pascal@1689 | 11 |
pascal@10926 | 12 DEPENDS="libaal-dev" |
pascal@10926 | 13 |
pascal@1689 | 14 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@1689 | 15 genpkg_rules() |
pascal@1689 | 16 { |
pascal@1689 | 17 mkdir -p $fs/usr/lib $fs/usr/share |
pascal@15022 | 18 cp -a $install/usr/include $fs/usr |
pascal@15022 | 19 cp -a $install/usr/share/aclocal $fs/usr/share |
pascal@15022 | 20 cp -a $install/usr/lib/*a $fs/usr/lib |
pascal@1689 | 21 } |
pascal@1689 | 22 |