smlinux/extra/abiword/abiword.SMBuild
PktSurf 1ddfe9abba * Fixed indentation in base/docbook build file
* Replaced patch command with applypatch function in multiple build files in base, xorg, gtk, extra and xfce sections
2022-02-23 23:21:55 +05:30

45 lines
1.4 KiB
Text
Executable file

app=abiword
version=3.0.4
build=2sml
homepage="www.abisource.com"
download="https://www.abisource.com/downloads/abiword/3.0.4/source/abiword-3.0.4.tar.gz"
desc="Opensource full-featured word processor"
requires="desktop-file-utils enchant libical goffice libgsf librsvg libsoup wv gtk3 "
build() {
mkandenterbuilddir
rm -rf $app-$version
tar xf $srcdir/$app-$version.tar.?z*
cd $app-$version
fixbuilddirpermissions
_plugins="applix babelfish bmp clarisworks collab docbook eml epub \
freetranslation garble gdict gimp google hancom hrtext iscii kword \
latex loadbindings mht mif mswrite openwriter openxml opml paint \
passepartout pdb pdf presentation s5 sdw t602 urldict wikipedia wml \
xslfo"
applypatch $srcdir/enchant_checker.cpp.patch
applypatch $srcdir/unixmouse.diff
./configure \
--prefix="" \
--sysconfdir=/etc \
--enable-shared \
--disable-static \
--enable-plugins="$_plugins"
make
make install DESTDIR=$pkg
cp COPY* $pkgdocs/
mkfinalpkg
}
sha512sums="
d0a7fd6873862e4da9cd4ecc384b9cc8ec8f2bbf23bdec8c4c56fed16ca274fbecedf11dc80c6d835eaad8b316b143e3cb3adea162fc74984fa4725c906c5821 abiword-3.0.4.tar.lz
0163d3275a7f260431885d9ea20bcb0c2cd52e19a062141422187f4df2f51c9613a90f1b7151fd50e2c1b7f511b767f1a2082c30792e59939ab0f3cf1c8aca65 enchant_checker.cpp.patch
b8634c410485b2a5c8495bf5bcbdda027aca2e7028efc6ea06763d1df121409434cab53f370b55d409fb99e6dbb72819b99cb596ee735fe97aa235d0ed7b0124 unixmouse.diff
"