wok annotate ofono-dev/receipt @ rev 19795

gettext: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Feb 23 15:03:21 2017 +0100 (2017-02-23)
parents 600aaedb561d
children c52a03a5a657
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 }