testing/cscope: modernize and take maintainership

This commit is contained in:
Roberto Oliveira 2018-03-25 21:51:14 +00:00
parent d50e0e1362
commit e0c7bc6d2a

View File

@ -1,18 +1,16 @@
# Contributor: Cliff Free <nucular.limozeen@gmail.com>
# Maintainer:
# Maintainer: Roberto Oliveira <robertoguimaraes8@gmail.com>
pkgname=cscope
pkgver=15.8b
pkgrel=0
pkgrel=1
pkgdesc="Cscope is a developer's tool for browsing source code."
url="http://cscope.sourceforge.net/"
arch="all"
license="BSD"
depends=""
makedepends="ncurses-dev"
install=""
subpackages="$pkgname-doc"
source="http://downloads.sourceforge.net/project/cscope/cscope/$pkgver/cscope-$pkgver.tar.gz"
builddir="$srcdir/cscope-$pkgver"
builddir="$srcdir/$pkgname-$pkgver"
build() {
cd "$builddir"
@ -22,17 +20,13 @@ build() {
--prefix=/usr \
--sysconfdir=/etc \
--mandir=/usr/share/man \
--localstatedir=/var \
|| return 1
make || return 1
--localstatedir=/var
make
}
package() {
cd "$builddir"
make DESTDIR="$pkgdir" install || return 1
make DESTDIR="$pkgdir" install
}
md5sums="8f9409a238ee313a96f9f87fe0f3b176 cscope-15.8b.tar.gz"
sha256sums="4889d091f05aa0845384b1e4965aa31d2b20911fb2c001b2cdcffbcb7212d3af cscope-15.8b.tar.gz"
sha512sums="3ebb9cc5bc814c02edb3e395a48e6fe2f206dd698529582e7df81755b335e8c3f4477ad4e8abcefd16d4d9adfd72981916322756b7060acf38fc82d56cc97fd5 cscope-15.8b.tar.gz"