12345678910111213141516171819 |
- # Description: Geliştiricinin kaynak koda gözatma aracı
- # 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
- }
|