mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-09 05:10:05 +02:00
AbiWord: use safe source; disable on x86_64
This commit is contained in:
@@ -6,13 +6,15 @@ AbiWord allows you to collaborate with multiple people on one document at the \
|
||||
same time. It is tightly integrated with the AbiCollab.net web service, which \
|
||||
lets you store documents online, allows easy document sharing with your \
|
||||
friends, and performs format conversions on the fly."
|
||||
HOMEPAGE="http://www.abiword.org"
|
||||
HOMEPAGE="https://www.abisource.com/"
|
||||
COPYRIGHT="1998-2014 the AbiSource community"
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="2"
|
||||
SOURCE_URI="git+https://github.com/HaikuArchives/AbiWord.git#12071fa238640022e7160415ce0a960ebd7591db"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86"
|
||||
REVISION="3"
|
||||
COMMIT="217fbb622ee64efc181cd67d2742d6a60a086e2d"
|
||||
SOURCE_URI="https://github.com/HaikuArchives/AbiWord/archive/$COMMIT.tar.gz"
|
||||
SOURCE_DIR="AbiWord-$COMMIT"
|
||||
CHECKSUM_SHA256="7ec2ddca905c8ccb923315d952d04e90a4c124d50dc42dddbd1957a8ee6e915e"
|
||||
ARCHITECTURES="x86_gcc2 !x86_64"
|
||||
|
||||
PROVIDES="
|
||||
abiword = $portVersion
|
||||
@@ -41,6 +43,7 @@ BUILD_REQUIRES="
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
haiku_devel
|
||||
cmd:cmp
|
||||
cmd:gcc
|
||||
cmd:make
|
||||
cmd:ld
|
||||
@@ -48,8 +51,7 @@ BUILD_PREREQUIRES="
|
||||
|
||||
BUILD()
|
||||
{
|
||||
chmod +x abi/configure
|
||||
chmod +x wv/configure
|
||||
chmod +x abi/configure wv/configure
|
||||
cd abi/src
|
||||
# AbiWord doesn't build with multiple jobs specified
|
||||
make
|
||||
@@ -59,5 +61,5 @@ INSTALL()
|
||||
{
|
||||
mkdir $appsDir
|
||||
cp abi/src/*/bin/* $appsDir
|
||||
addAppDeskbarSymlink $appsDir/AbiWord AbiWord
|
||||
addAppDeskbarSymlink $appsDir/AbiWord
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user