wok-next annotate ofono-dev/receipt @ rev 17001

linux-cloop: apply patch
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Aug 11 16:36:05 2014 +0200 (2014-08-11)
parents 600aaedb561d
children
rev   line source
slaxemulator@9314 1 # SliTaz package receipt.
slaxemulator@9314 2
slaxemulator@9314 3 PACKAGE="ofono-dev"
domcox@16004 4 VERSION="1.14"
slaxemulator@9314 5 CATEGORY="network"
slaxemulator@9314 6 SHORT_DESC="Stack for mobile telephony (GSM/UMTS) - dev files"
slaxemulator@9314 7 MAINTAINER="slaxemulator@gmail.com"
pascal@15590 8 LICENSE="GPL2"
slaxemulator@9314 9 WANTED="ofono"
slaxemulator@9314 10
slaxemulator@9314 11 # Rules to gen a SliTaz package suitable for Tazpkg.
slaxemulator@9314 12 genpkg_rules()
slaxemulator@9314 13 {
slaxemulator@9314 14 mkdir -p $fs/usr
pascal@15590 15 cp -a $install/usr/include $fs/usr
slaxemulator@9314 16 }