wok view vanessa_adt-dev/receipt @ rev 16474
jpeg: add libs
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Apr 22 07:28:32 2014 +0000 (2014-04-22) |
parents | 8450e8bc287a |
children | 67f5b3bae0a8 |
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 LICENSE="LGPL2.1"
9 WEB_SITE="http://www.vergenet.net/linux/vanessa"
10 WANTED="vanessa_adt"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/lib
16 cp -a $install/usr/include $fs/usr
17 cp -a $install/usr/lib/*a $fs/usr/lib
18 }