mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
enchant: switch to release tarball.
This commit is contained in:
@@ -14,9 +14,9 @@ DLLs, when found."
|
||||
HOMEPAGE="http://abisource.com/projects/enchant/"
|
||||
COPYRIGHT="2003-2018 Dom Lachowicz"
|
||||
LICENSE="GNU LGPL v2.1"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://github.com/AbiWord/enchant/archive/v$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="f2c3e8d4afacf904a0e7eff349593719f01cdd646992e46d06f7ea355a5e1095"
|
||||
REVISION="2"
|
||||
SOURCE_URI="https://github.com/AbiWord/enchant/releases/download/v$portVersion/enchant-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="abd8e915675cff54c0d4da5029d95c528362266557c61c7149d53fa069b8076d"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 ?x86 x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
@@ -40,7 +40,6 @@ REQUIRES="
|
||||
lib:libhunspell_1.6$secondaryArchSuffix
|
||||
lib:libiconv$secondaryArchSuffix
|
||||
lib:libintl$secondaryArchSuffix
|
||||
lib:libpspell$secondaryArchSuffix #still doesn't seem to be picked up
|
||||
"
|
||||
|
||||
PROVIDES_devel="
|
||||
@@ -58,22 +57,16 @@ BUILD_REQUIRES="
|
||||
devel:libhunspell_1.6$secondaryArchSuffix
|
||||
devel:libiconv$secondaryArchSuffix
|
||||
devel:libintl$secondaryArchSuffix
|
||||
devel:libpspell$secondaryArchSuffix #still doesn't seem to be picked up
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:autoconf
|
||||
cmd:gcc$secondaryArchSuffix
|
||||
cmd:git # required
|
||||
cmd:gpg$secondaryArchSuffix
|
||||
cmd:libtoolize$secondaryArchSuffix
|
||||
cmd:make
|
||||
cmd:patch
|
||||
cmd:pkg_config$secondaryArchSuffix
|
||||
"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
sh bootstrap
|
||||
runConfigure ./configure
|
||||
|
||||
make $jobArgs
|
||||
|
||||
Reference in New Issue
Block a user