mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 03:30:05 +02:00
global: bump version.
This commit is contained in:
@@ -11,11 +11,11 @@ COPYRIGHT="2000-2013 Tama Communications Corporation
|
||||
2007-2013 Free Software Foundation, Inc."
|
||||
LICENSE="GNU GPL v3"
|
||||
REVISION="1"
|
||||
SOURCE_URI="http://ftp.gnu.org/pub/gnu/global/global-6.3.tar.gz"
|
||||
CHECKSUM_SHA256="c91c741ebf5a27fcb3a61c93f2ee4b97ba265ecb2f48644751d0d5e133c3f8db"
|
||||
PATCHES="global-6.3.patchset"
|
||||
SOURCE_URI="http://ftp.gnu.org/pub/gnu/global/global-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="d9c08fa524f9499b54241cb2d72f8a7df01453b6d5e012a63784ded08e3acd32"
|
||||
PATCHES="global-$portVersion.patchset"
|
||||
|
||||
ARCHITECTURES="x86 x86_gcc2"
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
|
||||
PROVIDES="
|
||||
global = $portVersion compat >= 6.3
|
||||
@@ -29,17 +29,17 @@ PROVIDES="
|
||||
"
|
||||
REQUIRES="
|
||||
haiku
|
||||
ncurses
|
||||
lib:libltdl
|
||||
lib:libncurses
|
||||
cmd:ctags
|
||||
cmd:sort
|
||||
lib:libltdl
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
devel:libncurses
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
haiku_devel
|
||||
cmd:autoreconf
|
||||
cmd:aclocal
|
||||
cmd:autoconf
|
||||
@@ -59,9 +59,9 @@ BUILD()
|
||||
{
|
||||
autoreconf -fi
|
||||
runConfigure ./configure \
|
||||
--with-ncurses \
|
||||
--with-exuberant-ctags=${portPackageLinksDir}/cmd~ctags/bin/ctags \
|
||||
--with-posix-sort=${portPackageLinksDir}/cmd~sort/bin/sort
|
||||
--with-ncurses \
|
||||
--with-exuberant-ctags=${portPackageLinksDir}/cmd~ctags/bin/ctags \
|
||||
--with-posix-sort=${portPackageLinksDir}/cmd~sort/bin/sort
|
||||
make
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user