Sophie

Sophie

distrib > Mandriva > 2009.0 > i586 > by-pkgid > f73cee0d58df510fd27c1e27bfdfb7c8 > files > 1

manedit-1.1.1-2mdv2009.0.src.rpm

--- manedit/platforms.ini	2005-03-16 08:33:15.000000000 +0100
+++ manedit/platforms.ini.new	2005-03-29 21:41:34.877779957 +0200
@@ -200,3 +200,80 @@
                         DependType = Program
                         MustExist = Yes
                         DependPath = gtk-config
+Platform = Linux64
+	Description = For x86_64 Linux system
+	PREFIX = /usr/
+	CFLAGS = -Wall -O6 -funroll-loops -fomit-frame-pointer -ffast-math \
+-finline-functions
+	LIBS = -lm
+	LIB_DIR =
+        CC = cc
+        CPP = c++
+	PlatformSearchPathInclude = /usr/include/
+	PlatformSearchPathInclude = /usr/X11R6/include/
+        PlatformSearchPathInclude = /usr/local/include/
+	PlatformSearchPathLib = /lib64/
+	PlatformSearchPathLib = /usr/lib64/
+	PlatformSearchPathLib = /usr/X11R6/lib64/
+        PlatformSearchPathLib = /usr/local/lib64/
+	PlatformSearchPathEtc = /etc/
+	PlatformSearchPathEtc = /usr/etc/
+        PlatformSearchPathEtc = /usr/local/etc/
+	PlatformSearchPathBin = /bin/
+	PlatformSearchPathBin = /usr/bin/
+	PlatformSearchPathBin = /usr/X11R6/bin/
+        PlatformSearchPathBin = /usr/local/bin/
+	PlatformSearchPathBin = /usr/games/
+	PlatformSearchPathData = /usr/share/icons/
+	PlatformSearchPathData = /usr/share/games/
+        PlatformFeature = debug
+                Description = Just adds -g to the CFLAGS for debugging
+                MustExist = No
+                FeatureCFLAGS = -g
+        PlatformFeature = zlib
+                Description = ZLib
+                MustExist = Preferred
+                FeatureCFLAGS = -DHAVE_GZIP
+                FeatureLIBS = -lz
+                FeatureLIB_DIR =
+                FeatureDepend = zlib-lib
+                        DependType = Library
+                        MustExist = Yes
+                        DependPath = libz.so
+                        DependGrepString = gzopen
+                FeatureDepend = zlib-devel
+                        DependType = Header
+                        MustExist = Yes
+                        DependPath = zlib.h
+                        DependGrepString = gzopen
+        PlatformFeature = bzip2
+                Description = BZip2
+                MustExist = Preferred
+                FeatureCFLAGS = -DHAVE_BZIP2
+                FeatureLIBS = -lbz2
+                FeatureLIB_DIR =
+                FeatureDepend = bzip2-lib
+                        DependType = Library
+                        MustExist = Yes
+                        DependPath = libbz2.so.1
+                        DependGrepString = BZ2_bzReadOpen
+                FeatureDepend = bzip2-devel
+                        DependType = Header
+                        MustExist = Yes
+                        DependPath = bzlib.h
+                        DependGrepString = BZ2_bzReadOpen
+        PlatformFeature = libgtk
+                Description = GTK+ 1.2.x
+                MustExist = Yes
+                FeatureCFLAGS = `gtk-config --cflags`
+                FeatureLIBS = `gtk-config --libs`
+                FeatureLIB_DIR = -L/usr/X11R6/lib/
+                FeatureDepend = gtk-lib
+                        DependType = Library
+                        MustExist = Yes
+                        DependPath = libgtk.so
+                        DependGrepString = gtk_init
+                FeatureDepend = gtk-devel
+                        DependType = Program
+                        MustExist = Yes
+                        DependPath = gtk-config