wok view sg3_utils-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
children 5286a067ac76
line source
1 # SliTaz package receipt.
3 PACKAGE="sg3_utils-dev"
4 VERSION="1.29"
5 CATEGORY="development"
6 SHORT_DESC="The sg_utils devel files."
7 MAINTAINER="pankso@slitaz.org"
8 WEB_SITE="http://sg.danny.cz/sg/"
9 WANTED="sg3_utils"
11 # Rules to gen a SliTaz package suitable for Tazpkg.
12 genpkg_rules()
13 {
14 mkdir -p $fs/usr/lib
15 cp -a $install/usr/lib/*.*a $fs/usr/lib
16 cp -a $install/usr/include $fs/usr
17 }