opt/cogito/Pkgfile

17 lines
379 B
Plaintext
Raw Normal View History

2006-02-23 15:26:10 +00:00
# Description: Distributed SCM based on GIT
# URL: http://kernel.org/pub/software/scm/cogito/README
# Maintainer: Tilman Sauerbeck, tilman at code-monkey dot de
# Depends on: git
name=cogito
2006-03-08 18:58:04 +00:00
version=0.17
2006-02-23 15:26:10 +00:00
release=1
source=(http://kernel.org/pub/software/scm/$name/$name-$version.tar.bz2)
build () {
cd $name-$version
make prefix=/usr
make prefix=/usr DESTDIR=$PKG install
}