opt/git/Pkgfile

18 lines
425 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 crux dot nu
2006-06-09 23:35:05 +02:00
# Depends on: openssl, curl, perl, python
# Nice to have: tk
2006-02-23 16:26:10 +01:00
name=git
2006-05-16 10:29:03 +02:00
version=1.3.3
2006-02-23 16:26:10 +01:00
release=1
source=(http://www.kernel.org/pub/software/scm/$name/$name-$version.tar.bz2)
build() {
2006-02-23 16:26:10 +01:00
cd $name-$version
make CFLAGS="$CFLAGS" prefix=/usr
2006-02-23 16:26:10 +01:00
make prefix=/usr DESTDIR=$PKG install
}