wok-next view sdl2-image/receipt @ rev 21560

updated cmus (2.7.1 -> 2.8.0)
author Hans-G?nter Theisgen
date Mon Jun 22 14:31:56 2020 +0100 (2020-06-22)
parents
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="sdl2-image"
4 VERSION="2.0.4"
5 CATEGORY="graphics"
6 SHORT_DESC="An image file loading library"
7 MAINTAINER="devel@slitaz.org"
8 LICENSE="LGPL2.1"
9 WEB_SITE="http://www.libsdl.org/projects/SDL_image/"
11 TARBALL="SDL2_image-$VERSION.tar.gz"
12 WGET_URL="http://www.libsdl.org/projects/SDL_image/release/$TARBALL"
13 TARBALL_SHA1="aed0c6e5feb5ae933410c150d33c319000ea4cfd"
15 BUILD_DEPENDS="sdl2-dev libjpeg-turbo-dev libpng-dev tiff-dev libwebp-dev"
16 SPLIT="$PACKAGE-dev"
18 DEPENDS_std="sdl2 tslib"
19 DEPENDS_dev="$PACKAGE sdl2-dev tslib-dev"
21 SUGGESTED_std="libjpeg-turbo libpng libtiff libwebp"
23 compile_rules() {
24 ./configure \
25 --disable-static \
26 $CONFIGURE_ARGS &&
27 fix libtool &&
28 make &&
29 make install
30 }