milis/talimatname/genel/cscope/talimat

19 lines
394 B
Plaintext
Raw Normal View History

2016-05-07 23:37:49 +02:00
# Description: developer's tool for browsing source code
# URL: http://cscope.sourceforge.net/
# packager: milisarge
# Depends on:
name=cscope
version=15.8b
release=1
source=(http://downloads.sourceforge.net/project/$name/$name/$version/$name-$version.tar.gz)
build()
{
cd $name-$version
./configure --prefix=/usr \
--mandir=/usr/man
make
make DESTDIR=$PKG install
}