smlinux/gtk/glibmm/glibmm.SMBuild

30 lines
644 B
Text
Executable file

app=glibmm
version=2.58.0
build=1sml
homepage="http://www.gtkmm.org"
download="https://download.gnome.org/sources/glibmm/2.58/glibmm-2.58.0.tar.xz"
desc="C++ bindings for GLib"
requires="perl-modules glib-networking libsigcpp "
build() {
mkandenterbuilddir
rm -rf $app-$version
tar xf $srcdir/$app-$version.tar.?z*
cd $app-$version
fixbuilddirpermissions
./configure \
--prefix=""
make
make install DESTDIR=$pkg
cp COPYING* $pkgdocs
mkfinalpkg
}
sha512sums="
020da0a90668cc9145a0a546e5e0824c1a12881ff1dd0a53c83c035ce1788d1588e7592fb0fa24147c3afe88e07bb2e7b0ccd490fe224b58d66a9609bf8343b2 glibmm-2.58.0.tar.lz
"