wok annotate obexftp-dev/receipt @ rev 20356

GnuPG update: 2.0.30 (2016 March) - 2.2.8 (CVE-2018-12020) -> GnuPG 2.2.x is the current stable branch of GnuPG
author Erkan Yilmaz <erkan@slitaz.org>
date Sat Jun 09 16:33:12 2018 +0000 (2018-06-09)
parents b06deec67841
children
rev   line source
pascal@19879 1 # SliTaz package receipt.
pascal@19879 2
pascal@19879 3 PACKAGE="obexftp-dev"
pascal@19879 4 VERSION="0.24.2"
pascal@19879 5 CATEGORY="development"
pascal@19879 6 SHORT_DESC="OBEX Server and Client, development files."
pascal@19879 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@19879 8 LICENSE="GPL2"
pascal@19879 9 WEB_SITE="http://triq.net/obex/"
pascal@19879 10 WANTED="obexftp"
pascal@19879 11
pascal@19909 12 DEPENDS="obexftp pkg-config bluez-dev openobex-dev"
pascal@19879 13
pascal@19879 14 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@19879 15 genpkg_rules()
pascal@19879 16 {
pascal@19879 17 mkdir -p $fs/usr/lib
pascal@19879 18 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
pascal@19879 19 cp -a $install/usr/include $fs/usr
pascal@19879 20 }