wok-next diff sdl-gfx/receipt @ rev 21139

lftp: use openssl instead of gnutls
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Jan 24 05:20:16 2019 +0200 (2019-01-24)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/sdl-gfx/receipt	Thu Jan 24 05:20:16 2019 +0200
     1.3 @@ -0,0 +1,31 @@
     1.4 +# SliTaz package receipt v2.
     1.5 +
     1.6 +PACKAGE="sdl-gfx"
     1.7 +VERSION="2.0.26"
     1.8 +CATEGORY="x-window"
     1.9 +SHORT_DESC="SDL gfx support"
    1.10 +MAINTAINER="devel@slitaz.org"
    1.11 +LICENSE="LGPL"
    1.12 +WEB_SITE="http://www.ferzkopp.net/wordpress/2016/01/02/sdl_gfx-sdl2_gfx/"
    1.13 +
    1.14 +TARBALL="SDL_gfx-$VERSION.tar.gz"
    1.15 +WGET_URL="http://www.ferzkopp.net/Software/SDL_gfx-2.0/$TARBALL"
    1.16 +TARBALL_SHA1="684b30dfef382c5ab6e18330a0a71148aab5e863"
    1.17 +
    1.18 +BUILD_DEPENDS="automake libtool libx11-dev libice-dev sdl-dev"
    1.19 +SPLIT="$PACKAGE-dev"
    1.20 +
    1.21 +DEPENDS_std="sdl"
    1.22 +DEPENDS_dev="$PACKAGE sdl-dev"
    1.23 +
    1.24 +compile_rules() {
    1.25 +	sed -i 's|/usr/local/|/usr/|' autogen.sh
    1.26 +	./autogen.sh &&
    1.27 +
    1.28 +	./configure \
    1.29 +		--disable-static \
    1.30 +		$CONFIGURE_ARGS &&
    1.31 +	fix libtool &&
    1.32 +	make &&
    1.33 +	make install
    1.34 +}