CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
atk: updated to 1.30.0
[attic/ports/opt-cross.git] / fltk2 / Pkgfile
index 0ad2b1988645b2ba0254434d0c0229e131cdfc2b..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, crux-arm at mikeux dot dyndns dot org
+# 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"