git: updated to 1.4.3.3

This commit is contained in:
Tilman Sauerbeck 2006-10-26 20:57:42 +02:00
parent 2636cebb14
commit 98f4276cda
2 changed files with 7 additions and 3 deletions

View File

@ -1,2 +1,2 @@
c13797079424790597d696972fffa7b4 git-1.4.3.2.tar.bz2
b2eb13967b0e252d89fcf8c11411ef49 git-manpages-1.4.3.2.tar.bz2
a40394f8072950ae45cf95746036803d git-1.4.3.3.tar.bz2
95e28a5cc55113e01c02d9e39f8db981 git-manpages-1.4.3.3.tar.bz2

View File

@ -5,13 +5,17 @@
# Nice to have: tk
name=git
version=1.4.3.2
version=1.4.3.3
release=1
source=(http://www.kernel.org/pub/software/scm/$name/$name-{,manpages-}$version.tar.bz2)
build() {
cd $name-$version
# install Error.pm. this pretty much sucks, but i'm too lazy to
# investigate whether there's a better way.
sed -i -e '15,16d' -e '18d' perl/Makefile.PL
make CFLAGS="$CFLAGS" prefix=/usr DESTDIR=$PKG install
cd $SRC