git: updated to 1.2.5, enabled custom CFLAGS

This commit is contained in:
Tilman Sauerbeck 2006-04-05 06:19:26 +00:00
parent 0561681787
commit 9cfc3cde16
2 changed files with 3 additions and 3 deletions

View File

@ -1 +1 @@
4ddb476031d76614a0a5ab625c516972 git-1.2.4.tar.bz2
ef33e2b1f4d37452b7aa24f34bce5159 git-1.2.5.tar.bz2

View File

@ -4,13 +4,13 @@
# Depends on: openssl, curl
name=git
version=1.2.4
version=1.2.5
release=1
source=(http://www.kernel.org/pub/software/scm/$name/$name-$version.tar.bz2)
build () {
cd $name-$version
make prefix=/usr
make CFLAGS="$CFLAGS" prefix=/usr
make prefix=/usr DESTDIR=$PKG install
}