smlinux/gtk/gcr/gcr.SMBuild

35 lines
781 B
Text
Executable file

app=gcr
version=3.16.0
build=1sml
homepage="https://gitlab.gnome.org/GNOME/gcr"
download="https://gitlab.gnome.org/GNOME/gcr/-/archive/3.16.0/gcr-3.16.0.tar.bz2"
desc="A library for bits of crypto UI and parsing"
requires="gtk3"
build() {
mkandenterbuilddir
rm -rf $app-$version
tar xf $srcdir/$app-$version.tar.?z*
cd $app-$version
fixbuilddirpermissions
./configure \
--prefix="" \
--disable-schemas-compile \
--disable-update-mime \
--disable-update-icon-cache \
--disable-vala \
--disable-debug
make
make install DESTDIR=$pkg
cp COPYING $pkgdocs/
mkfinalpkg
}
sha512sums="
ea8a31c641d2bac14fb923cc726b4d49ca969f58948a4c598b48e99fc5c1eeb17fc458c3d843bcdb3db3f8668ce2cdab760fec34551e00d50cfc02d9c5d43580 gcr-3.16.0.tar.lz
"