wok-next diff sdl-ttf/receipt @ rev 21276

try to build gens-gs again
author Hans-G?nter Theisgen
date Sat Dec 07 15:51:18 2019 +0100 (2019-12-07)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/sdl-ttf/receipt	Sat Dec 07 15:51:18 2019 +0100
     1.3 @@ -0,0 +1,28 @@
     1.4 +# SliTaz package receipt v2.
     1.5 +
     1.6 +PACKAGE="sdl-ttf"
     1.7 +VERSION="2.0.11" # version 1.2.2 the last from 1.2 series, but it need freetype1
     1.8 +CATEGORY="x-window"
     1.9 +SHORT_DESC="SDL ttf support"
    1.10 +MAINTAINER="devel@slitaz.org"
    1.11 +LICENSE="LGPL2.1"
    1.12 +WEB_SITE="http://www.libsdl.org/projects/SDL_ttf/release-1.2.html"
    1.13 +
    1.14 +TARBALL="SDL_ttf-$VERSION.tar.gz"
    1.15 +WGET_URL="http://www.libsdl.org/projects/SDL_ttf/release/$TARBALL"
    1.16 +TARBALL_SHA1="0ccf7c70e26b7801d83f4847766e09f09db15cc6"
    1.17 +
    1.18 +BUILD_DEPENDS="sdl-dev freetype-dev"
    1.19 +SPLIT="$PACKAGE-dev"
    1.20 +
    1.21 +DEPENDS_std="freetype sdl"
    1.22 +DEPENDS_dev="$PACKAGE sdl-dev"
    1.23 +
    1.24 +compile_rules() {
    1.25 +	./configure \
    1.26 +		--disable-static \
    1.27 +		$CONFIGURE_ARGS &&
    1.28 +	fix libtool &&
    1.29 +	make &&
    1.30 +	make install
    1.31 +}