wok view ofono-dev/receipt @ rev 20009

Add: description.txt and links revision.
author Leonardo Laporte <hackdorte@yandex.com>
date Thu Aug 03 05:22:36 2017 -0300 (2017-08-03)
parents 1c4633c79149
children
line source
1 # SliTaz package receipt.
3 PACKAGE="ofono-dev"
4 VERSION="1.14"
5 CATEGORY="network"
6 SHORT_DESC="Stack for mobile telephony (GSM/UMTS) - dev files"
7 WEB_SITE="http://ofono.org"
8 MAINTAINER="slaxemulator@gmail.com"
9 LICENSE="GPL2"
10 WANTED="ofono"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr
16 cp -a $install/usr/include $fs/usr
17 }