]> git.ipfire.org Git - ipfire-3.x.git/blobdiff - netpbm/netpbm.nm
pcengines-firmware: update to 4.9.0.7
[ipfire-3.x.git] / netpbm / netpbm.nm
index e06d5a09b68c360fe7c19263458c12e5614c1493..32cb27c8781b453799717264432ee20de071a1a3 100644 (file)
@@ -4,7 +4,7 @@
 ###############################################################################
 
 name       = netpbm
-version    = 10.61.01
+version    = 10.71.02
 release    = 1
 
 groups     = System/Libraries
@@ -19,9 +19,12 @@ description
        .ppm (portable pixmaps) and others.
 end
 
+sources    = %{thisapp}.tar.xz
+
 build
        requires
                flex
+               ghostscript
                libjpeg-devel
                libpng-devel
                libtiff-devel
@@ -30,17 +33,11 @@ build
                perl
        end
 
-       prepare_cmds
-               #sed -i 's/STRIPFLAG = -s/STRIPFLAG =/g' config.mk.in
-               #rm -rf converter/other/jpeg2000/libjasper/
-               #sed -i -e 's/^SUBDIRS = libjasper/SUBDIRS =/' converter/other/jpeg2000/Makefile
-       end
-
        build
                yes "" | ./configure
 
                make \
-                       LDFLAGS="-L$(pwd)/pbm -L$(pwd)/pgm -L$(pwd)/pnm -L$(pwd)/ppm" \
+                       LDFLAGS="%{LDFLAGS} -L$(pwd)/pbm -L$(pwd)/pgm -L$(pwd)/pnm -L$(pwd)/ppm" \
                        CFLAGS="%{CFLAGS} -flax-vector-conversions -fno-strict-aliasing" \
                        LADD="-lm" \
                        LINUXSVGALIB="NONE"