Bump revision for packages requiring python.
This commit is contained in:
16
srcpkgs/git/git-python.template
Normal file
16
srcpkgs/git/git-python.template
Normal 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
|
||||
}
|
||||
@@ -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()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user