cscope
This commit is contained in:
parent
636e5f8a31
commit
a3c3ec5cd3
2 changed files with 19172 additions and 0 deletions
19154
bin/get-pip.py
Normal file
19154
bin/get-pip.py
Normal file
File diff suppressed because it is too large
Load diff
18
talimatname/genel/cscope/talimat
Normal file
18
talimatname/genel/cscope/talimat
Normal file
|
@ -0,0 +1,18 @@
|
|||
# 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
|
||||
}
|
Loading…
Add table
Reference in a new issue