Bump revision and fixes for pkgs requiring libssl.

This commit is contained in:
Juan RP
2010-11-02 08:31:35 +01:00
parent ad2695a838
commit 6821efbeea
43 changed files with 129 additions and 70 deletions

View File

@@ -1,6 +1,7 @@
# Template build file for 'git".
pkgname=git
version=1.7.1
revision=1
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"
@@ -23,8 +24,9 @@ subpackages="$pkgname-docs $pkgname-perl"
Add_dependency run glibc
Add_dependency run zlib
Add_dependency run expat
Add_dependency run openssl
Add_dependency run libssl
Add_dependency run libcurl
Add_dependency build perl
Add_dependency build libcurl-devel
Add_dependency build zlib-devel