Update of /cvsroot/fink/experimental/alexkhansen/common/finkinfo/sci
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv15002

Modified Files:
        classicladder.info 
Added Files:
        classicladder.patch 
Log Message:
Make it not do null installs in %p/lib and %p/include
Switch to a patchfile

Index: classicladder.info
===================================================================
RCS file: 
/cvsroot/fink/experimental/alexkhansen/common/finkinfo/sci/classicladder.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- classicladder.info  4 Aug 2006 01:42:53 -0000       1.2
+++ classicladder.info  4 Aug 2006 02:11:47 -0000       1.3
@@ -9,16 +9,14 @@
 Depends: <<
 gtk+2-shlibs, x11, x11-shlibs, atk1-shlibs, pango1-xft2-shlibs, glib2-shlibs,
 libgettext3-shlibs, libiconv, libgnomeprintui2.2-shlibs, 
libgnomecanvas2-shlibs,
-libxml2-shlibs, libart2-shlibs
+libxml2-shlibs, libart2-shlibs, libgnomeprint2.2-shlibs
 <<
 BuildDepends: <<
 gtk+2-dev, x11-dev, atk1, pango1-xft2-dev, glib2-dev, libgettext3-dev,
 libiconv-dev, libgnomeprintui2.2-dev, libgnomecanvas2-dev, libxml2,
-libart2,pkgconfig
-<<
-PatchScript: <<
-perl -pi -e's|MAKE_IO_ACCESS = 1|#MAKE_IO_ACCESS = 1|' Makefile
+libart2, pkgconfig,libgnomeprint2.2-dev
 <<
+Patch: %n.patch
 CompileScript: make 
 InstallScript: << 
 make install PREFIX=%d%p

--- NEW FILE: classicladder.patch ---
--- classicladder-1/Makefile    2006-06-11 22:58:50.000000000 -0400
+++ classicladder/Makefile      2006-08-03 22:04:46.000000000 -0400
@@ -25,7 +25,7 @@
 
 # Comment if you do not want the I/O access (not x86 platform)
 # Used in the hardware.c file.
-MAKE_IO_ACCESS = 1
+#MAKE_IO_ACCESS = 1
 
 # Uncomment if you want to debug a 'segmentation fault' with gdb or KDbg for 
example... ;-)
 DEBUG = 1
@@ -240,8 +240,8 @@
 
 install: all
        install -d ${DESTDIR}${BINDIR}
-       install -d ${DESTDIR}${INCLUDEDIR}
-       install -d ${DESTDIR}${LIBDIR}
+#      install -d ${DESTDIR}${INCLUDEDIR}
+#      install -d ${DESTDIR}${LIBDIR}
        install classicladder ${DESTDIR}${BINDIR}
 #      install ladderlib.h ${DESTDIR}${INCLUDEDIR}
 #      install libladder.a ${DESTDIR}${LIBDIR}


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to