wok view ofono-dev/receipt @ rev 23837

Up freetype (2.10.2), git (2.26.2), glpi (9.4.6)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Jun 01 10:44:24 2020 +0000 (2020-06-01)
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 }