CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
glib: updated to 2.24.2
[attic/ports/opt-cross.git] / fltk2 / Pkgfile
index 1d9fe55c9acf4a4c7165fda20379bfb6d5dd7d5c..b35ec4e80995394eeef3053844bcf2c10f0759b9 100644 (file)
@@ -1,16 +1,16 @@
 # Description: Cross-platform C++ GUI toolkit
 # URL: http://www.fltk.org/
 # Maintainer: Juergen Daubert juergen dot daubert at t-online dot de
-# Arch Maintainer: CRUX-ARM System Team, devel@crux-arm.nu
+# Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu
 # Depends on: libjpeg libpng xorg-libxft xorg-libxi
 
 name=fltk2
-version=2.0-r6970
+version=r7513
 release=1
-source=(http://ftp.easysw.com/pub/fltk/snapshots/fltk-2.0.x-r6970.tar.bz2)
+source=(http://ftp.easysw.com/pub/fltk/snapshots/fltk-2.0.x-$version.tar.bz2)
 
 build() {
-  cd fltk-2.0.x-r6970
+  cd fltk-2.0.x-$version
 
   export DEFAULT_CFLAGS="-I$CLFS/usr/include -I$CLFS/usr/include/X11 -I$CLFS/usr/include/X11/extensions"
   export CFLAGS="$DEFAULT_CFLAGS -I$CLFS/usr/include/freetype2 -I$CLFS/usr/include/libpng12"