wok diff 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 diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/ofono-dev/receipt	Sun Mar 27 18:50:59 2011 +0000
     1.3 @@ -0,0 +1,15 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="ofono-dev"
     1.7 +VERSION="0.28"
     1.8 +CATEGORY="network"
     1.9 +SHORT_DESC="Stack for mobile telephony (GSM/UMTS) - dev files"
    1.10 +MAINTAINER="slaxemulator@gmail.com"
    1.11 +WANTED="ofono"
    1.12 +
    1.13 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.14 +genpkg_rules()
    1.15 +{
    1.16 +	mkdir -p $fs/usr
    1.17 +	cp -a $_pkg/usr/include $fs/usr
    1.18 +}