opt/git/Pkgfile

17 lines
400 B
Plaintext
Raw Normal View History

2006-02-23 16:26:10 +01:00
# Description: Directory content manager
# URL: http://www.kernel.org/pub/software/scm/git/
# Maintainer: Tilman Sauerbeck, tilman at code-monkey dot de
2006-03-19 15:44:19 +01:00
# Depends on: openssl, curl
2006-02-23 16:26:10 +01:00
name=git
2006-04-08 15:35:55 +02:00
version=1.2.6
2006-02-23 16:26:10 +01:00
release=1
source=(http://www.kernel.org/pub/software/scm/$name/$name-$version.tar.bz2)
build () {
cd $name-$version
make CFLAGS="$CFLAGS" prefix=/usr
2006-02-23 16:26:10 +01:00
make prefix=/usr DESTDIR=$PKG install
}