mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-03 21:53:52 +02:00
obexftp: fix pkgconfig file.
This commit is contained in:
parent
2d1cd833b1
commit
7adc728b61
1 changed files with 6 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'obexftp'
|
# Template file for 'obexftp'
|
||||||
pkgname=obexftp
|
pkgname=obexftp
|
||||||
version=0.24
|
version=0.24
|
||||||
revision=2
|
revision=3
|
||||||
wrksrc=${pkgname}-${version}-Source
|
wrksrc=${pkgname}-${version}-Source
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
hostmakedepends="pkg-config 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"
|
distfiles="${SOURCEFORGE_SITE}/openobex/${pkgname}-${version}-Source.tar.gz"
|
||||||
checksum=b907965608bf0e60c69bc45f074ce1a2ffeb809b4502a7082c6d95e3c73dfe6b
|
checksum=b907965608bf0e60c69bc45f074ce1a2ffeb809b4502a7082c6d95e3c73dfe6b
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
# Do not require 'bluetooth', does not exist.
|
||||||
|
sed -i '/Requires:/s/bluetooth//' ${DESTDIR}/usr/lib/pkgconfig/obexftp.pc
|
||||||
|
}
|
||||||
|
|
||||||
libbfb_package() {
|
libbfb_package() {
|
||||||
short_desc="bfb protocol library"
|
short_desc="bfb protocol library"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue