milis/talimatname/genel/c/cscope/talimat

19 lines
389 B
Plaintext
Raw Normal View History

2017-10-27 20:46:27 +02:00
# Tanım: Geliştiricinin kaynak koda gözatma aracı
2016-05-07 23:37:49 +02:00
# URL: http://cscope.sourceforge.net/
2017-10-27 20:46:27 +02:00
# Paketçi: milisarge
# Gerekler:
2016-05-07 23:37:49 +02:00
name=cscope
version=15.8b
release=1
source=(http://downloads.sourceforge.net/project/$name/$name/$version/$name-$version.tar.gz)
2017-10-27 23:59:41 +02:00
derle()
2016-05-07 23:37:49 +02:00
{
cd $name-$version
./configure --prefix=/usr \
--mandir=/usr/man
make
make DESTDIR=$PKG install
}