This commit is contained in:
milisman 2016-05-07 21:37:49 +00:00
parent 636e5f8a31
commit a3c3ec5cd3
2 changed files with 19172 additions and 0 deletions

19154
bin/get-pip.py Normal file

File diff suppressed because it is too large Load Diff

View 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
}