wok diff splashutils/receipt @ rev 18973

splashutils: fix build, update URLs, add description
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Mar 12 14:29:04 2016 +0200 (2016-03-12)
parents 691511385fb8
children 7e9229845349
line diff
     1.1 --- a/splashutils/receipt	Mon Sep 30 15:03:13 2013 +0000
     1.2 +++ b/splashutils/receipt	Sat Mar 12 14:29:04 2016 +0200
     1.3 @@ -3,27 +3,28 @@
     1.4  PACKAGE="splashutils"
     1.5  VERSION="1.5.4.4"
     1.6  CATEGORY="system-tools"
     1.7 -SHORT_DESC="Graphical boot utilities (fbsplash)."
     1.8 +SHORT_DESC="Framebuffer boot splash screen"
     1.9  MAINTAINER="devel@slitaz.org"
    1.10 -LICENSE="GPL2"
    1.11 +LICENSE="LGPL2 GPL2"
    1.12  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.13 -WEB_SITE="http://fbsplash.alanhaggai.org/"
    1.14 -WGET_URL="http://fbsplash.alanhaggai.org/tarballs/files/$TARBALL"
    1.15 +WEB_SITE="https://sourceforge.net/projects/fbsplash.berlios/"
    1.16 +WGET_URL="$SF_MIRROR/fbsplash.berlios/$TARBALL"
    1.17  
    1.18  DEPENDS="libjpeg libpng gpm"
    1.19 -BUILD_DEPENDS="jpeg-dev libpng-dev gpm-dev freetype-dev"
    1.20 +BUILD_DEPENDS="autoconf automake libtool jpeg-dev gpm-dev libpng-dev \
    1.21 +freetype-dev"
    1.22  
    1.23  # Rules to configure and make the package.
    1.24  compile_rules()
    1.25  {
    1.26 -	cd $src
    1.27 -	autoreconf
    1.28 +	autoreconf --install --force
    1.29  	LIBS="-lbz2"
    1.30  	./configure \
    1.31  		--sysconfdir=/etc \
    1.32  		--without-klibc \
    1.33 -		$CONFIGURE_ARGS &&
    1.34 -	make && make DESTDIR=$DESTDIR install
    1.35 +		$CONFIGURE_ARGS || exit 1
    1.36 +	sed -i 's|-all-static||' $src/src/Makefile
    1.37 +	make -j 1 && make DESTDIR=$DESTDIR install
    1.38  }
    1.39  
    1.40  # Rules to gen a SliTaz package suitable for Tazpkg.