Bump revision for packages requiring python.

This commit is contained in:
Juan RP
2010-11-17 21:08:18 +01:00
parent 7e7134d490
commit e23fb836b6
44 changed files with 123 additions and 66 deletions

View File

@@ -0,0 +1,16 @@
# Template file for 'git-python'.
#
short_desc="${sourcepkg} python bindings"
long_desc="${long_desc}
This package contains the Python bindings for GIT."
noarch=yes
Add_dependency run git
Add_dependency run python
do_install()
{
install -d ${DESTDIR}/usr/lib
mv ${SRCPKGDESTDIR}/usr/lib/python* ${DESTDIR}/usr/lib
}

View File

@@ -1,7 +1,7 @@
# Template build file for 'git".
pkgname=git
version=1.7.1
revision=1
revision=2
distfiles="http://www.kernel.org/pub/software/scm/git/git-$version.tar.bz2"
build_style=gnu_configure
configure_args="--with-curl --with-expat --without-tcltk"
@@ -20,7 +20,7 @@ long_desc="
GIT working directory is a full-fledged repository with full revision tracking
capabilities, not dependent on network access to a central server."
subpackages="$pkgname-docs $pkgname-perl"
subpackages="git-docs git-perl git-python"
Add_dependency run glibc
Add_dependency run zlib
Add_dependency run expat
@@ -35,6 +35,7 @@ Add_dependency build openssl-devel
Add_dependency build asciidoc
Add_dependency build xmlto
Add_dependency build diffutils
Add_dependency build python-devel
pre_configure()
{