mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-22 17:17:03 +02:00
libplist: update to 2.1.0
Change from pkg-config to pkgconf Signed-off-by: Nathan Owens <ndowens04@gmail.com>
This commit is contained in:
parent
462e3e40a3
commit
093dcba0da
1 changed files with 7 additions and 7 deletions
|
@ -1,17 +1,17 @@
|
|||
# Template file for 'libplist'
|
||||
pkgname=libplist
|
||||
version=2.0.0
|
||||
revision=3
|
||||
version=2.1.0
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-static"
|
||||
hostmakedepends="automake libtool pkg-config python-devel python-Cython"
|
||||
hostmakedepends="automake libtool pkgconf python-devel python-Cython"
|
||||
makedepends="python-devel libglib-devel libxml2-devel"
|
||||
short_desc="Apple Property List library"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="GPL-2, LGPL-2.1"
|
||||
homepage="http://libimobiledevice.org/"
|
||||
distfiles="http://www.libimobiledevice.org/downloads/${pkgname}-${version}.tar.bz2"
|
||||
checksum=3a7e9694c2d9a85174ba1fa92417cfabaea7f6d19631e544948dc7e17e82f602
|
||||
license="LGPL-2.1-only"
|
||||
homepage="https://github.com/libimobiledevice/libplist/"
|
||||
distfiles="https://github.com/libimobiledevice/libplist/archive/${version}.tar.gz"
|
||||
checksum=4b33f9af3f9208d54a3c3e1a8c149932513f451c98d1dd696fe42c06e30b7f03
|
||||
|
||||
pre_configure() {
|
||||
sed -i 's,-L$(libdir),,g' cython/Makefile.am
|
||||
|
|
Loading…
Add table
Reference in a new issue