wok view vanessa_adt-dev/receipt @ rev 6993

Big update: xorg/libdrm/mesa (174 packages)
author Antoine Bodin <gokhlayeh@slitaz.org>
date Sun Oct 31 00:13:37 2010 +0200 (2010-10-31)
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 }