dcavalca / rpms / rpm

Forked from rpms/rpm a year ago
Clone
3f9d64
#requires popt
3f9d64
#requires nss-softokn
3f9d64
#requires nss
3f9d64
#requires file
3f9d64
#requires libarchive
3f9d64
#requires libdb4
3f9d64
#requires redhat-rpm-config
3f9d64
#requires lua
3f9d64
#requires autoconf
3f9d64
#requires pkgconfig
3f9d64
3f9d64
3f9d64
(cd $SRC/rpm-*/ && autoreconf -vif)
3f9d64
3f9d64
mcd $BUILDDIR/rpm
3f9d64
3f9d64
$SRC/rpm-*/configure $TCONFIGARGS \
3f9d64
	--build=${TARGET} \
3f9d64
	--host=${TARGET} \
3f9d64
	--target=${TARGET} \
3f9d64
	CPPFLAGS="-I/usr/include/nspr -I/usr/include/nss3 -DPACKAGE -DPACKAGE_VERSION" \
3f9d64
	--libdir=/usr/lib${SUFFIX} \
3f9d64
	--with-external-db \
3f9d64
	--disable-static \
3f9d64
	--with-lua \
3f9d64
	--localstatedir=/var
3f9d64
3f9d64
make $J
3f9d64
make $J install
3f9d64
3f9d64
mkdir -p /etc/rpm
3f9d64
mkdir -p /var/lib/rpm
3f9d64
3f9d64
rpm --initdb