opt/git/Pkgfile
2006-05-04 19:31:52 +00:00

17 lines
392 B
Plaintext

# Description: Directory content manager
# URL: http://www.kernel.org/pub/software/scm/git/
# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
# Depends on: openssl, curl
name=git
version=1.3.2
release=1
source=(http://www.kernel.org/pub/software/scm/$name/$name-$version.tar.bz2)
build() {
cd $name-$version
make CFLAGS="$CFLAGS" prefix=/usr
make prefix=/usr DESTDIR=$PKG install
}