wok annotate ofono-dev/receipt @ rev 21217

updated scim-tables* (0.5.9 -> 0.5.14.1)
author Hans-G?nter Theisgen
date Tue Apr 09 17:52:52 2019 +0100 (2019-04-09)
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 }