opt/cogito/Pkgfile

17 lines
373 B
Plaintext
Raw Normal View History

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