wok view ofono-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 380ffe05937a
line source
1 # SliTaz package receipt.
3 PACKAGE="ofono-dev"
4 VERSION="0.28"
5 CATEGORY="network"
6 SHORT_DESC="Stack for mobile telephony (GSM/UMTS) - dev files"
7 MAINTAINER="slaxemulator@gmail.com"
8 WANTED="ofono"
10 # Rules to gen a SliTaz package suitable for Tazpkg.
11 genpkg_rules()
12 {
13 mkdir -p $fs/usr
14 cp -a $_pkg/usr/include $fs/usr
15 }