opt/cogito/Pkgfile

17 lines
381 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-04-07 07:28:07 +00:00
version=0.17.1
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
}