smlinux/gtk/graphite2/graphite2.SMBuild
PktSurf 5f5e570fad Added gtk-sharp to base
Cleaned up build options in several gtk pkg build files
Updated gtk buildlist
Added code to disable docs compilation in gtk/babl
Removed code to disable overlinking in gtk/gspell and gtk/gtk2
Fixed arch variable gtk/gst-plugins-base
2022-10-10 22:45:48 +05:30

34 lines
780 B
Text
Executable file

app=graphite2
version=1.3.14
build=1sml
homepage="https://github.com/silnrsi/graphite"
download="https://github.com/silnrsi/graphite/archive/refs/tags/$version.tar.gz"
desc="Reimplementation of the SIL Graphite text processing engine"
requires="gcc-libs"
build() {
mkandenterbuilddir
rm -rf $app-$version
tar xf $srcdir/$app-$version.tar.?z*
cd $app-$version
fixbuilddirpermissions
mkdir -p smbuild && cd smbuild
cmake .. \
-DCMAKE_INSTALL_PREFIX="" \
-DCMAKE_BUILD_TYPE=Release \
-Wno-dev
make
make install DESTDIR=$pkg
cp ../{COPYING,LICENSE} $pkgdocs/
mkfinalpkg
}
sha512sums="
756ef0da651972e779b666f22efb49ed4faf6e919cbea11a5a91f30c69f3201c8548647f1bdff0f54ce84892ac16f7cece920b6d22f88bdca433224bbe9da5b5 graphite2-1.3.14.tar.lz
"