1
0
forked from ports/opt
opt/git/Pkgfile

17 lines
383 B
Plaintext
Raw Normal View History

2005-12-14 18:06:55 +00:00
# Description: Directory content manager
2006-02-03 21:04:51 +00:00
# URL: http://www.kernel.org/pub/software/scm/git/
2005-12-14 18:06:55 +00:00
# Maintainer: Tilman Sauerbeck, tilman at code-monkey dot de
2006-03-18 08:17:28 +00:00
# Depends on: openssl, curl
2005-12-14 18:06:55 +00:00
name=git
2006-03-08 18:57:26 +00:00
version=1.2.4
2005-12-14 18:06:55 +00:00
release=1
source=(http://www.kernel.org/pub/software/scm/$name/$name-$version.tar.bz2)
build () {
cd $name-$version
make prefix=/usr
make prefix=/usr DESTDIR=$PKG install
}