wok view obexftp-dev/receipt @ rev 22857

updated gmp and gmp-dev (6.1.2 -> 6.2.0)
author Hans-G?nter Theisgen
date Thu Feb 20 14:33:27 2020 +0100 (2020-02-20)
parents b06deec67841
children
line source
1 # SliTaz package receipt.
3 PACKAGE="obexftp-dev"
4 VERSION="0.24.2"
5 CATEGORY="development"
6 SHORT_DESC="OBEX Server and Client, development files."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="http://triq.net/obex/"
10 WANTED="obexftp"
12 DEPENDS="obexftp pkg-config bluez-dev openobex-dev"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/lib
18 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
19 cp -a $install/usr/include $fs/usr
20 }