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

31 lines
736 B
Text
Executable file

app=libgd
version=2.3.0
build=1sml
homepage="https://libgd.github.io/"
download="https://github.com/libgd/libgd/releases/download/gd-$version/libgd-$version.tar.xz"
desc="Library for the dynamic creation of images by programmers"
requires="bzip2 util-linux fontconfig openjpeg libx11 libxpm libwebp"
build() {
mkandenterbuilddir
rm -rf $app-$version
tar xf $srcdir/$app-$version.tar.?z*
cd $app-$version
fixbuilddirpermissions
./configure \
--prefix="" \
--disable-static
make
make install DESTDIR=$pkg
cp COPYING $pkgdocs/
mkfinalpkg
}
sha512sums="
117df01bfdc38cc0caf72ed4d179e08f97d308ffb6ea291d603724f7ad2a703d7cd0da8ebd39f00413a385038cf844d492377d66657c889cd4eed53d98be7272 libgd-2.3.0.tar.lz
"