mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +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'
|
# Template file for 'libplist'
|
||||||
pkgname=libplist
|
pkgname=libplist
|
||||||
version=2.0.0
|
version=2.1.0
|
||||||
revision=3
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-static"
|
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"
|
makedepends="python-devel libglib-devel libxml2-devel"
|
||||||
short_desc="Apple Property List library"
|
short_desc="Apple Property List library"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="GPL-2, LGPL-2.1"
|
license="LGPL-2.1-only"
|
||||||
homepage="http://libimobiledevice.org/"
|
homepage="https://github.com/libimobiledevice/libplist/"
|
||||||
distfiles="http://www.libimobiledevice.org/downloads/${pkgname}-${version}.tar.bz2"
|
distfiles="https://github.com/libimobiledevice/libplist/archive/${version}.tar.gz"
|
||||||
checksum=3a7e9694c2d9a85174ba1fa92417cfabaea7f6d19631e544948dc7e17e82f602
|
checksum=4b33f9af3f9208d54a3c3e1a8c149932513f451c98d1dd696fe42c06e30b7f03
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
sed -i 's,-L$(libdir),,g' cython/Makefile.am
|
sed -i 's,-L$(libdir),,g' cython/Makefile.am
|
||||||
|
|
Loading…
Add table
Reference in a new issue