wok annotate ofono-dev/receipt @ rev 20639

up rclone to v1.44
author Lucas Levrel <llevrel@yahoo.fr>
date Thu Jan 10 21:49:04 2019 +0100 (2019-01-10)
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 }