rpm: not conflicts with rpmextract anymore

This commit is contained in:
Đoàn Trần Công Danh 2023-01-24 07:06:39 +07:00
parent 623b693982
commit d1bfb96195

View file

@ -1,7 +1,7 @@
# Template file for 'rpm'
pkgname=rpm
version=4.17.1
revision=2
revision=3
build_style=gnu-configure
configure_args="--with-cap --with-acl
--enable-python PYTHON=python3 --sharedstatedir=/var/lib"
@ -17,7 +17,6 @@ changelog="https://rpm.org/wiki/Releases/${version}.html"
distfiles="https://ftp.osuosl.org/pub/rpm/releases/rpm-${version%.*}.x/rpm-${version}.tar.bz2"
checksum=0c11b793466e7258851ff82bd65c8ffd8c2dbbc70acc869a5d34150549926e5d
python_version=3
conflicts="rpmextract>=0" # Both provide rpm2cpio
CFLAGS="-I${XBPS_CROSS_BASE}/${py3_inc}"