smlinux/gtk/libsigcpp/libsigcpp.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

38 lines
965 B
Text
Executable file

# For some reason, SSB fails to install the resulting package because of
# "++". So we rename it.
app=libsigcpp
altername=libsigc++
version=2.9.3
build=1sml
homepage="https://libsigcplusplus.github.io/libsigcplusplus/"
download="https://download.gnome.org/sources/libsigc++/2.9/libsigc%2B%2B-$version.tar.xz"
desc="Typesafe callback system for standard C++"
requires="gcc-libs"
build() {
mkandenterbuilddir
rm -rf $altername-$version
tar xf $srcdir/$altername-$version.tar.?z
cd $altername-$version
fixbuilddirpermissions
./configure \
--prefix="" \
--disable-documentation
for i in tests docs examples ; 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="
43ed5de8a0418854d6cf0cf8609e54dae93ad3ffec1ff03fa5b102d14b0ee573976bd1421211e8b4f2a0e4802bed31aecd0c97548f6ecec6eda2e614a58b08d4 libsigc++-2.9.3.tar.lz
"