smlinux/gtk/libraqm/libraqm.SMBuild

37 lines
897 B
Text
Executable file

APP=libraqm
VERSION=0.7.0
BUILD=1sml
HOMEPAGE="https://github.com/HOST-Oman/libraqm/"
DOWNLOAD="https://github.com/HOST-Oman/libraqm/archive/refs/tags/v0.7.0.tar.gz"
DESC="A library that encapsulates the logic for complex text layout"
REQUIRES="fribidi glib freetype graphite2 harfbuzz "
build() {
mkandenterbuilddir
rm -rf $APP-$VERSION
tar xf $SRCDIR/$APP-$VERSION.tar.?z*
cd $APP-$VERSION
fixbuilddirpermissions
./configure \
--prefix="" \
--sysconfdir=/etc \
--enable-static=no \
--enable-shared=yes \
--enable-fast-install=yes \
--enable-gtk-doc=no \
--enable-gtk-doc-html=no \
--enable-gtk-doc-pdf=no
make
make install DESTDIR=$PKG
cp COPYING $PKGDOCS/
mkfinalpkg
}
SHA512SUMS="
af43ca31ea525ef5c3a50b50a263b4c66a8b2fff79c490cdf101d8e1c725134f9d60e3a7400edbd3bf18cbbe0a54fa5f5b2a9262d8fc862cc45b7e834d151e92 libraqm-0.7.0.tar.lz
"