The Silver Searcher: bump version, recipe cleanup (#1394)

This commit is contained in:
miqlas
2017-06-06 01:39:00 +02:00
committed by waddlesplash
parent 5c584ad2b3
commit 7adcbea9f9

View File

@@ -12,7 +12,7 @@ COPYRIGHT="2013-2017 Geoff Greer"
LICENSE="Apache v2"
REVISION="1"
SOURCE_URI="https://github.com/ggreer/the_silver_searcher/archive/$portVersion.tar.gz"
CHECKSUM_SHA256="ce45de7412ee0ae6f22d72e17b81425666e6130da8cb434d5ca8ea42185e514e"
CHECKSUM_SHA256="ff7243863f22ed73eeab6f7a6d17cfff585a7eaa41d5ab3ae4f5d6db97701d5f"
ARCHITECTURES="!x86_gcc2 x86 x86_64"
SECONDARY_ARCHITECTURES="x86"
@@ -59,11 +59,6 @@ BUILD()
autoheader
automake --add-missing
#Need to override the pkgconfig variables
LZMA_CFLAGS="-I$includeDir" \
LZMA_LIBS="-L$libDir -llzma" \
PCRE_CFLAGS="-I$includeDir" \
PCRE_LIBS="-L$libDir -lpcre" \
runConfigure --omit-dirs binDir ./configure \
--bindir=$commandBinDir
make