wok view vanessa_adt-dev/receipt @ rev 7647

busybox/init: add rootuuid= support
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Dec 14 22:29:55 2010 +0100 (2010-12-14)
parents
children 2a21689b0af7
line source
1 # SliTaz package receipt.
3 PACKAGE="vanessa_adt-dev"
4 VERSION="0.0.6"
5 CATEGORY="development"
6 SHORT_DESC="Abstract Data Types development files."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 WEB_SITE="http://www.vergenet.net/linux/vanessa"
9 WANTED="vanessa_adt"
11 # Rules to gen a SliTaz package suitable for Tazpkg.
12 genpkg_rules()
13 {
14 mkdir -p $fs/usr/lib
15 cp -a $_pkg/usr/include $fs/usr
16 cp -a $_pkg/usr/lib/*a $fs/usr/lib
17 }