wok-6.x rev 12762
fltk-2.0.x: update WGET_URL
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat May 12 13:10:28 2012 +0200 (2012-05-12) |
parents | eb567df29701 |
children | d361a98367e5 |
files | fltk-2.0.x/receipt |
line diff
1.1 --- a/fltk-2.0.x/receipt Sat May 12 12:04:07 2012 +0200 1.2 +++ b/fltk-2.0.x/receipt Sat May 12 13:10:28 2012 +0200 1.3 @@ -8,10 +8,11 @@ 1.4 DEPENDS="expat fontconfig freetype jpeg xorg-libX11 xorg-libXau xorg-libXdmcp \ 1.5 xorg-libXext xorg-libXft xorg-libXrender zlib libpng xorg-libXi \ 1.6 xorg-libXinerama gcc-lib-base" 1.7 -BUILD_DEPENDS="xorg-libXft-dev libglu-mesa mesa mesa-dev" 1.8 +BUILD_DEPENDS="xorg-libXft-dev libglu-mesa mesa mesa-dev subversion autoconf" 1.9 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.10 WEB_SITE="http://www.fltk.org/" 1.11 -WGET_URL="http://ftp.easysw.com/pub/fltk/snapshots/$TARBALL" 1.12 +WGET_URL="subversion|http://svn.easysw.com/public/fltk/fltk/trunk" 1.13 +BRANCH="${VERSION#r}" 1.14 1.15 # Rules to configure and make the package. 1.16 compile_rules() 1.17 @@ -23,7 +24,7 @@ 1.18 --- 1.19 > int n = scandir(d, list, 0, (int(*)(const dirent64**,const dirent64**))sort); 1.20 EOF 1.21 - 1.22 + autoconf 1.23 ./configure \ 1.24 --prefix=/usr \ 1.25 --mandir=/usr/share/man \