mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-04 20:06:43 +02:00
testing/cscope
http://cscope.sourceforge.net Cscope is a developer's tool for browsing source code.
This commit is contained in:
parent
e768b06093
commit
870c4c3144
39
testing/cscope/APKBUILD
Normal file
39
testing/cscope/APKBUILD
Normal file
@ -0,0 +1,39 @@
|
||||
# Contributor: Cliff Free <nucular.limozeen@gmail.com>
|
||||
# Maintainer:
|
||||
pkgname=cscope
|
||||
pkgver=15.8b
|
||||
pkgrel=0
|
||||
pkgdesc="Cscope is a developer's tool for browsing source code."
|
||||
url="http://cscope.sourceforge.net/"
|
||||
arch="all"
|
||||
license="BSD"
|
||||
depends="ncurses"
|
||||
depends_dev=""
|
||||
makedepends="$depends_dev"
|
||||
install=""
|
||||
subpackages="$pkgname-doc"
|
||||
source="http://downloads.sourceforge.net/project/cscope/cscope/$pkgver/cscope-$pkgver.tar.gz"
|
||||
builddir="$srcdir/cscope-$pkgver"
|
||||
|
||||
build() {
|
||||
cd "$builddir"
|
||||
./configure \
|
||||
--build=$CBUILD \
|
||||
--host=$CHOST \
|
||||
--prefix=/usr \
|
||||
--sysconfdir=/etc \
|
||||
--mandir=/usr/share/man \
|
||||
--localstatedir=/var \
|
||||
|| return 1
|
||||
make || return 1
|
||||
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "$builddir"
|
||||
make DESTDIR="$pkgdir" install || return 1
|
||||
}
|
||||
|
||||
md5sums="8f9409a238ee313a96f9f87fe0f3b176 cscope-15.8b.tar.gz"
|
||||
sha256sums="4889d091f05aa0845384b1e4965aa31d2b20911fb2c001b2cdcffbcb7212d3af cscope-15.8b.tar.gz"
|
||||
sha512sums="3ebb9cc5bc814c02edb3e395a48e6fe2f206dd698529582e7df81755b335e8c3f4477ad4e8abcefd16d4d9adfd72981916322756b7060acf38fc82d56cc97fd5 cscope-15.8b.tar.gz"
|
||||
Loading…
x
Reference in New Issue
Block a user