wok annotate ofono-dev/receipt @ rev 21327

updated libupnp and libupnp-dev (1.6.17 -> 1.8.4)
author Hans-G?nter Theisgen
date Fri Apr 19 10:18:27 2019 +0100 (2019-04-19)
parents 1c4633c79149
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"
pascal@19817 7 WEB_SITE="http://ofono.org"
slaxemulator@9314 8 MAINTAINER="slaxemulator@gmail.com"
pascal@15590 9 LICENSE="GPL2"
slaxemulator@9314 10 WANTED="ofono"
slaxemulator@9314 11
slaxemulator@9314 12 # Rules to gen a SliTaz package suitable for Tazpkg.
slaxemulator@9314 13 genpkg_rules()
slaxemulator@9314 14 {
slaxemulator@9314 15 mkdir -p $fs/usr
pascal@15590 16 cp -a $install/usr/include $fs/usr
slaxemulator@9314 17 }