wok-stable diff fltk/receipt @ rev 1492

Up fltk (1.1.9)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Oct 05 13:00:53 2008 +0000 (2008-10-05)
parents fa4934ac5db7
children 3d99ecce2d4b
line diff
     1.1 --- a/fltk/receipt	Mon Apr 21 00:53:00 2008 +0200
     1.2 +++ b/fltk/receipt	Sun Oct 05 13:00:53 2008 +0000
     1.3 @@ -1,13 +1,13 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="fltk"
     1.7 -VERSION="1.1.9rc1"
     1.8 +VERSION="1.1.9"
     1.9  CATEGORY="system-tools"
    1.10  SHORT_DESC="Fast Light Tool Kit (provide fluid)."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12  TARBALL="$PACKAGE-$VERSION-source.tar.bz2"
    1.13  WEB_SITE="http://www.fltk.org/"
    1.14 -WGET_URL="http://mirror.nu6.org/ftp.easysw.com/pub/fltk//$VERSION/$TARBALL"
    1.15 +WGET_URL="http://ftp.easysw.com/pub/fltk/$VERSION/$TARBALL"
    1.16  
    1.17  # Rules to configure and make the package.
    1.18  compile_rules()
    1.19 @@ -18,8 +18,8 @@
    1.20  		--mandir=/usr/share/man \
    1.21  		--enable-shared \
    1.22  		--enable-xft \
    1.23 -		$CONFIGURE_ARGS
    1.24 -	make
    1.25 +		$CONFIGURE_ARGS &&
    1.26 +	make &&
    1.27  	make DESTDIR=$PWD/_pkg install
    1.28  }
    1.29