dpkg: revert to pkg-config

[ci skip]
This commit is contained in:
maxice8 2019-02-24 23:25:29 -03:00
parent 3d5c6ec4cd
commit 5a1b222d80
No known key found for this signature in database
GPG Key ID: 543B9D4F4299F06B
1 changed files with 2 additions and 2 deletions

View File

@ -1,11 +1,11 @@
# Template file for 'dpkg'
pkgname=dpkg
version=1.19.5
revision=1
revision=2
build_style=gnu-configure
configure_args="--disable-start-stop-daemon --with-libz --with-libbz2
--with-liblzma"
hostmakedepends="pkgconf perl"
hostmakedepends="pkg-config perl"
makedepends="zlib-devel bzip2-devel liblzma-devel ncurses-devel"
depends="perl"
checkdepends="gnupg perl-Test-Pod"