wok-next view sdl-ttf/receipt @ rev 21727

created recipe for vbindiff
author Hans-G?nter Theisgen
date Sat Nov 21 14:32:44 2020 +0100 (2020-11-21)
parents
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="sdl-ttf"
4 VERSION="2.0.11" # version 1.2.2 the last from 1.2 series, but it need freetype1
5 CATEGORY="x-window"
6 SHORT_DESC="SDL ttf support"
7 MAINTAINER="devel@slitaz.org"
8 LICENSE="LGPL2.1"
9 WEB_SITE="http://www.libsdl.org/projects/SDL_ttf/release-1.2.html"
11 TARBALL="SDL_ttf-$VERSION.tar.gz"
12 WGET_URL="http://www.libsdl.org/projects/SDL_ttf/release/$TARBALL"
13 TARBALL_SHA1="0ccf7c70e26b7801d83f4847766e09f09db15cc6"
15 BUILD_DEPENDS="sdl-dev freetype-dev"
16 SPLIT="$PACKAGE-dev"
18 DEPENDS_std="freetype sdl"
19 DEPENDS_dev="$PACKAGE sdl-dev"
21 compile_rules() {
22 ./configure \
23 --disable-static \
24 $CONFIGURE_ARGS &&
25 fix libtool &&
26 make &&
27 make install
28 }