gscope3: update to 3.12 (#8854)
This commit is contained in:
parent
ed0f81ede5
commit
0892a27623
1 changed files with 5 additions and 12 deletions
|
@ -1,9 +1,9 @@
|
|||
# Template file for 'gscope3'
|
||||
pkgname=gscope3
|
||||
version=3.10
|
||||
version=3.12
|
||||
revision=1
|
||||
_release=v2.10+v3.10
|
||||
wrksrc="gscope-2.10-v3.10"
|
||||
_release=v2.12+v3.12
|
||||
wrksrc="gscope-2.12-v3.12"
|
||||
build_wrksrc="packages/gscope3"
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="automake pkg-config"
|
||||
|
@ -13,17 +13,10 @@ short_desc="Interactive source code browsing tool for C and other languages"
|
|||
homepage="https://github.com/tefletch/gscope"
|
||||
license="MIT"
|
||||
distfiles="https://github.com/tefletch/gscope/archive/${_release}.tar.gz"
|
||||
checksum=e530438a42998c3f4f61468f8d917377a22861f39c9b338e42c021a5efe925ed
|
||||
|
||||
# configure: error: cannot run C compiled programs.
|
||||
# If you meant to cross compile, use '--host'.
|
||||
nocross=yes
|
||||
checksum=36b52fefe46b111b3835f9b9394bbc89ef671b5697cb5452dd2c225aebe72cfc
|
||||
|
||||
pre_configure() {
|
||||
# automake looks for a COPYING file
|
||||
cp ${wrksrc}/LICENSE COPYING
|
||||
|
||||
./autogen.sh --prefix=/usr
|
||||
NOCONFIGURE=1 ./autogen.sh
|
||||
}
|
||||
|
||||
post_install() {
|
||||
|
|
Loading…
Reference in a new issue