wok view ofono-dev/receipt @ rev 25731
Up lz4 (1.10.0), xz (5.6.2)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Aug 21 14:07:08 2024 +0000 (4 months ago) |
parents | c52a03a5a657 |
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="https://git.kernel.org/pub/scm/network/ofono/ofono.git"
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 }