mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
tig: bump version.
This commit is contained in:
@@ -7,9 +7,9 @@ HOMEPAGE="http://jonas.nitro.dk/tig/
|
||||
https://jonas.github.io/tig/"
|
||||
COPYRIGHT="2006-2016 Jonas Fonseca"
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="2"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://github.com/jonas/tig/releases/download/tig-$portVersion/tig-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="0b48080896de59179c45c980080b4b414bb235df65ad08d661a9c9e169c3fa71"
|
||||
CHECKSUM_SHA256="316214d87f7693abc0cbe8ebbb85decdf5e1b49d7ad760ac801af3dd73385e35"
|
||||
|
||||
ARCHITECTURES="!x86_gcc2 x86 x86_64"
|
||||
SECONDARY_ARCHITECTURES="!x86_gcc2 x86"
|
||||
@@ -33,30 +33,30 @@ REQUIRES="
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
devel:libiconv$secondaryArchSuffix
|
||||
devel:libncurses$secondaryArchSuffix
|
||||
devel:libreadline$secondaryArchSuffix
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
cmd:asciidoc
|
||||
cmd:autoconf
|
||||
cmd:find
|
||||
cmd:git
|
||||
cmd:libtoolize$secondaryArchSuffix
|
||||
cmd:make
|
||||
cmd:gcc$secondaryArchSuffix
|
||||
cmd:ld$secondaryArchSuffix
|
||||
cmd:libtoolize$secondaryArchSuffix
|
||||
cmd:make
|
||||
cmd:pkg_config$secondaryArchSuffix
|
||||
"
|
||||
|
||||
GLOBAL_WRITABLE_FILES="settings/tigrc keep-old"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
libtoolize --force --copy --install
|
||||
./autogen.sh
|
||||
runConfigure --omit-dirs binDir ./configure --bindir=$commandBinDir
|
||||
make
|
||||
autoreconf -fi -I tools
|
||||
runConfigure --omit-dirs binDir ./configure \
|
||||
--bindir=$commandBinDir
|
||||
make $jobArgs DIST_VERSION=$portVersion
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
Reference in New Issue
Block a user