obexftp: fix pkgconfig file.

This commit is contained in:
Juan RP 2015-04-03 13:19:43 +02:00
parent 2d1cd833b1
commit 7adc728b61

View File

@ -1,7 +1,7 @@
# Template file for 'obexftp'
pkgname=obexftp
version=0.24
revision=2
revision=3
wrksrc=${pkgname}-${version}-Source
build_style=cmake
hostmakedepends="pkg-config cmake"
@ -13,6 +13,11 @@ homepage="http://dev.zuckschwerdt.org/openobex/wiki/ObexFtp"
distfiles="${SOURCEFORGE_SITE}/openobex/${pkgname}-${version}-Source.tar.gz"
checksum=b907965608bf0e60c69bc45f074ce1a2ffeb809b4502a7082c6d95e3c73dfe6b
post_install() {
# Do not require 'bluetooth', does not exist.
sed -i '/Requires:/s/bluetooth//' ${DESTDIR}/usr/lib/pkgconfig/obexftp.pc
}
libbfb_package() {
short_desc="bfb protocol library"
pkg_install() {