wok view ofono-dev/receipt @ rev 9404

Up: slitaz-mercurial-style to 1.0.7. You didn't tag. Also no need for high jumps since it will make everything else 2.0.x for linearer versioning.
author Christopher Rogers <slaxemulator@gmail.com>
date Sun Mar 27 18:50:59 2011 +0000 (2011-03-27)
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 }