Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=29b7d4198244a7e5e15ab3e9be800226725027b6
commit 29b7d4198244a7e5e15ab3e9be800226725027b6 Author: DeX77 <[email protected]> Date: Wed Apr 22 14:18:02 2015 +0200 fltk-1.3.3-1-x86_64 * version bump diff --git a/source/xlib/fltk/FrugalBuild b/source/xlib/fltk/FrugalBuild index 8293c3d..40f2f86 100644 --- a/source/xlib/fltk/FrugalBuild +++ b/source/xlib/fltk/FrugalBuild @@ -1,23 +1,27 @@ # Compiling time: 0.51 SBU -# Maintainer: crazy <[email protected]> +# Maintainer: DeX77 <[email protected]> +# Contributor: crazy <[email protected]> + +options+=('asneeded') pkgname=fltk -pkgver=1.3.0 -pkgrel=2 +pkgver=1.3.3 +pkgextraver="-source" +pkgrel=1 pkgdesc="FLTK is a cross-platform C++ GUI toolkit for X" url="http://www.fltk.org/" depends=('libxml2>=2.7.8' 'libjpeg>=8a' 'libgcc' 'libxft' 'libpng>=1.4.1' 'libxt' 'mesa' 'libxinerama') groups=('xlib') archs=('i686' 'x86_64' 'arm') -up2date="lynx -dump http://www.fltk.org/|grep 'Stable Release'|sed 's/.*: \[.*\].*v//'" -source=(http://ftp.funet.fi/pub/mirrors/ftp.easysw.com/pub/$pkgname/$pkgver/$pkgname-$pkgver-source.tar.gz) -sha1sums=('720f2804be6132ebae9909d4e74dedcc00b39d25') +up2date="Flasttar $url/software.php" +source=("http://fltk.org/pub/$pkgname/$pkgver/$pkgname-$pkgver-source.tar.gz") +sha1sums=('873aac49b277149e054b9740378e2ca87b0bd435') +Fconfopts=" --enable-threads --enable-xft --enable-shared --with-x" +_F_archive_ver="$pkgver" build() { - Fbuild CLFAGS="$CLFAGS" CXXFLAGS="$CXXFLAGS" \ - --enable-threads --enable-xft --enable-shared \ - --with-x + Fbuild Frm /usr/share/man/cat{1,3} } _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
