wok-next view sdl-gfx/receipt @ rev 21715

Up cookutils (1146)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jul 28 07:53:22 2020 +0000 (2020-07-28)
parents
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="sdl-gfx"
4 VERSION="2.0.26"
5 CATEGORY="x-window"
6 SHORT_DESC="SDL gfx support"
7 MAINTAINER="devel@slitaz.org"
8 LICENSE="LGPL"
9 WEB_SITE="http://www.ferzkopp.net/wordpress/2016/01/02/sdl_gfx-sdl2_gfx/"
11 TARBALL="SDL_gfx-$VERSION.tar.gz"
12 WGET_URL="http://www.ferzkopp.net/Software/SDL_gfx-2.0/$TARBALL"
13 TARBALL_SHA1="684b30dfef382c5ab6e18330a0a71148aab5e863"
15 BUILD_DEPENDS="automake libtool libx11-dev libice-dev sdl-dev"
16 SPLIT="$PACKAGE-dev"
18 DEPENDS_std="sdl"
19 DEPENDS_dev="$PACKAGE sdl-dev"
21 compile_rules() {
22 sed -i 's|/usr/local/|/usr/|' autogen.sh
23 ./autogen.sh &&
25 ./configure \
26 --disable-static \
27 $CONFIGURE_ARGS &&
28 fix libtool &&
29 make &&
30 make install
31 }