rpm: update to 4.14.2.

This commit is contained in:
maxice8 2018-08-21 15:54:57 -03:00
parent 59a94b2898
commit e30f07a34e
No known key found for this signature in database
GPG key ID: 543B9D4F4299F06B

View file

@ -1,9 +1,10 @@
# Template file for 'rpm'
pkgname=rpm
version=4.14.1
version=4.14.2
revision=1
build_style=gnu-configure
configure_args="--with-lua --with-cap --with-acl --with-external-db --enable-python PYTHON=python2"
configure_args="--with-lua --with-cap --with-acl --with-external-db
--enable-python PYTHON=python2"
hostmakedepends="automake gettext-devel libtool nss-devel pkg-config
python-setuptools"
makedepends="binutils-devel db-devel elfutils-devel file-devel libarchive-devel
@ -14,7 +15,7 @@ license="GPL-2.0-or-later"
homepage="http://rpm.org"
changelog="http://rpm.org/wiki/Releases/${version}.html"
distfiles="http://ftp.rpm.org/releases/rpm-${version%.*}.x/rpm-${version}.tar.bz2"
checksum=43f40e2ccc3ca65bd3238f8c9f8399d4957be0878c2e83cba2746d2d0d96793b
checksum=80cbc2c1e8e24e67c6f88b41d8ab5633b653a9a79d50d4750474a18cdb69352b
conflicts="rpmextract>=0" # Both provide rpm2cpio
CFLAGS="-I${XBPS_CROSS_BASE}/usr/include/python2.7"