opt/cogito/Pkgfile
2006-06-18 07:30:06 +00:00

17 lines
373 B
Plaintext

# Description: Distributed SCM based on GIT
# URL: http://kernel.org/pub/software/scm/cogito/README
# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
# Depends on: git
name=cogito
version=0.17.3
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
}