Update all source packages for xbps-src>=90.

This commit is contained in:
Juan RP
2014-01-01 16:10:11 +01:00
parent 94982a142c
commit 925d471cbf
1721 changed files with 3131 additions and 13803 deletions

View File

@@ -3,6 +3,9 @@ pkgname=chroot-git
version=1.8.2
revision=1
wrksrc="git-$version"
bootstrap=yes
conflicts="git>=0"
provides="git-${version}"
build_style=gnu-configure
configure_args="--without-curl --without-openssl --without-python
--without-expat --without-tcltk --with-zlib=${XBPS_MASTERDIR}/usr
@@ -16,8 +19,6 @@ license="GPL-2"
distfiles="http://git-core.googlecode.com/files/git-$version.tar.gz"
checksum=c2f35bcefa4f62a54c4bde41cc0f1cd3ddf03e9a6bc8a79557f1683789f213e6
bootstrap=yes
if [ "$CHROOT_READY" ]; then
hostmakedepends="perl"
fi
@@ -33,11 +34,3 @@ post_install() {
rm -rf ${DESTDIR}/usr/share/man
rm -rf ${DESTDIR}/usr/share/perl5
}
chroot-git_package() {
conflicts="git>=0"
provides="git-${version}"
pkg_install() {
vmove all
}
}