wok view schroedinger-dev/receipt @ rev 14054

virtualbox-ose: splitted in virtualbox-ose for slitaz hosts and virtualbox-ose-guestutils for slitaz guests, can't get it to work without reboot
author ernia <monghitri@aruba.it>
date Tue Feb 19 20:23:53 2013 +0000 (2013-02-19)
parents b6ebeb7a491b
children 01010da01a4a
line source
1 # SliTaz package receipt.
3 PACKAGE="schroedinger-dev"
4 VERSION="1.0.11"
5 CATEGORY="multimedia"
6 SHORT_DESC="Dirac video compression library - dev files"
7 MAINTAINER="domcox@slitaz.org"
8 LICENSE="mpl lgpl mit"
9 WEB_SITE="http://diracvideo.org/"
10 WANTED="schroedinger"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 mkdir -p $fs/usr/lib
17 cp -a $install/usr/include $fs/usr
18 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
19 cp -a $install/usr/lib/*.la $fs/usr/lib
20 }