rpm: update to 4.14.2.
This commit is contained in:
parent
59a94b2898
commit
e30f07a34e
1 changed files with 4 additions and 3 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue