smlinux/xorg/imlib2/imlib2.SMBuild
PktSurf 7d2f51bd18 Removed redundant paths in base/pkgconf
Replaced single quotes with double quotes in some base and xorg pkg files
2022-08-27 11:09:02 +05:30

31 lines
785 B
Text
Executable file

app=imlib2
version=1.5.1
build=1sml
homepage="https://sourceforge.net/projects/enlightenment/"
download="https://sourceforge.net/projects/enlightenment/files/imlib2-src/$version/imlib2-$version.tar.bz2"
desc="General image handling library for X11 and Gtk"
requires="bzip2 zlib libpng giflib libjpeg-turbo libxcb libxau freetype libxext libtiff"
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="
9872aa3c4d45b1e9cbb0b1d0a7d5b47256e35f01a4fe19d84d276096c2da053c55bd28554441f92464d19edf1222b427571ba7b06d716031021ff1f9b4bc9656 imlib2-1.5.1.tar.gz
"