wok-next annotate 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
rev   line source
al@21087 1 # SliTaz package receipt v2.
al@21087 2
al@21087 3 PACKAGE="sdl-ttf"
al@21087 4 VERSION="2.0.11" # version 1.2.2 the last from 1.2 series, but it need freetype1
al@21087 5 CATEGORY="x-window"
al@21087 6 SHORT_DESC="SDL ttf support"
al@21087 7 MAINTAINER="devel@slitaz.org"
al@21087 8 LICENSE="LGPL2.1"
al@21087 9 WEB_SITE="http://www.libsdl.org/projects/SDL_ttf/release-1.2.html"
al@21087 10
al@21087 11 TARBALL="SDL_ttf-$VERSION.tar.gz"
al@21087 12 WGET_URL="http://www.libsdl.org/projects/SDL_ttf/release/$TARBALL"
al@21087 13 TARBALL_SHA1="0ccf7c70e26b7801d83f4847766e09f09db15cc6"
al@21087 14
al@21087 15 BUILD_DEPENDS="sdl-dev freetype-dev"
al@21087 16 SPLIT="$PACKAGE-dev"
al@21087 17
al@21087 18 DEPENDS_std="freetype sdl"
al@21087 19 DEPENDS_dev="$PACKAGE sdl-dev"
al@21087 20
al@21087 21 compile_rules() {
al@21087 22 ./configure \
al@21087 23 --disable-static \
al@21087 24 $CONFIGURE_ARGS &&
al@21087 25 fix libtool &&
al@21087 26 make &&
al@21087 27 make install
al@21087 28 }