CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
dovecot: fixed meta line in Pkgfile
[attic/ports/opt-cross.git] / fltk2 / Pkgfile
index 61a3008cd0305c5770b06ca1ab4772d09f6f79ae..b35ec4e80995394eeef3053844bcf2c10f0759b9 100644 (file)
@@ -5,12 +5,12 @@
 # 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"