CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
keyutils: updated to 1.5.5
[ports/opt-arm.git] / git / Pkgfile
index c6cf3764534cee6e9451379cdd658603bd110889..5ba34d9beda1437b3ba6d1f7bea66fc8cc7c6e96 100644 (file)
@@ -1,13 +1,14 @@
 # Description: Directory content manager
 # URL: http://www.kernel.org/pub/software/scm/git/docs
 # Maintainer: Tilman Sauerbeck, tilman at crux dot nu
+# Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu
 # Depends on: expat, curl, python
 # Nice to have: tk
 
 name=git
-version=1.7.6
-release=2
-source=(http://www.kernel.org/pub/software/scm/$name/$name-{,manpages-}$version.tar.bz2)
+version=1.7.7.3
+release=1
+source=(https://git-core.googlecode.com/files/$name-{,manpages-}$version.tar.gz)
 
 build() {
        cd $name-$version
@@ -18,7 +19,7 @@ build() {
 
        make CFLAGS="$CFLAGS" prefix=/usr gitexecdir=/usr/lib/git-core \
             DESTDIR=$PKG install
-       
+
        cd $SRC
 
        for i in man*; do
@@ -27,7 +28,7 @@ build() {
        done
 
        install -d $PKG/usr/man/man3
-       mv $PKG/usr/share/man/man3/{Git,private-Error}.* \
+       mv $PKG/usr/share/man/man3/{Git,private-Error}.3pm \
                $PKG/usr/man/man3/
        rmdir $PKG/usr/share/{man/man3,man}