smlinux/gtk/gtkmm2/gtkmm2.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
746 B
Text
Executable file

app=gtkmm2
version=2.24.5
build=1sml
homepage="http://www.gtkmm.org/"
download="https://download.gnome.org/sources/gtkmm/2.24/gtkmm-$version.tar.xz"
desc="C++ bindings for GTK+ 2"
requires="gtk2 atkmm pangomm"
build() {
mkandenterbuilddir
rm -rf gtkmm-$version
tar xf $srcdir/gtkmm-$version.tar.?z
cd gtkmm-$version
fixbuilddirpermissions
./configure \
--prefix=""
for i in docs tests demos ; do
printf 'all:\n\ttrue\ninstall:\n\ttrue\nclean:\n\ttrue\n' > "$i"/Makefile
done
make
make install DESTDIR=$pkg
cp COPYING* $pkgdocs/
mkfinalpkg
}
sha512sums="
5609d8aad7d8728eff28368aa016b7284b0440509dafb580c54a4afbf72acbe4c1ccc6633b54c9fc3a20fafcdddadf58b3b2a6da14da8150d120311bc1f1d405 gtkmm-2.24.5.tar.lz
"