[paketler-commits] r21470 - in playground/murat/applications/emulators/cel: . files

paketler-uludag at uludag.org.tr paketler-uludag at uludag.org.tr
17 Mar 2007 Cmt 02:30:34 EET


Author: murat
Date: Sat Mar 17 02:30:34 2007
New Revision: 21470

Modified:
   playground/murat/applications/emulators/cel/actions.py
   playground/murat/applications/emulators/cel/files/90cel
Log:


Modified: playground/murat/applications/emulators/cel/actions.py
=================================================================
--- playground/murat/applications/emulators/cel/actions.py	(original)
+++ playground/murat/applications/emulators/cel/actions.py	Sat Mar 17 02:30:34 2007
@@ -11,25 +11,16 @@
 
 WorkDir="cel"
 
-config = "--bindir=/usr/bin \
-          --sysconfdir=/etc \
-          --libdir=/usr/lib \
-          --includedir=/usr/include \
-          --datarootdir=/usr/share \
-          --datadir=/usr/share \
-          --docdir=/%s/%s" % (get.docDIR(), get.srcTAG())
-
 def setup():
-    autotools.rawConfigure("--with-cs-prefix=/usr \
-                            --enable-new-renderer \
-                            --disable-jamtest \
-                            --with-python \
-                            --enable-cpu-specific-optimizations=no \
-                            --without-separate-debug-info \
-                            --disable-debug \
-                            --without-bfd \
-                            --docdir=/%s/%s \
-                            %s" % (get.docDIR(), get.srcTAG(), config))
+    autotools.configure("--with-cs-prefix=/usr \
+                         --enable-new-renderer \
+                         --disable-jamtest \
+                         --enable-shared \
+                         --with-python \
+                         --enable-cpu-specific-optimizations=no \
+                         --without-separate-debug-info \
+                         --disable-debug \
+                         --without-bfd")
 
 def build():
     pisitools.dosed("Jamconfig", "-O3", get.CFLAGS())
@@ -40,4 +31,8 @@
 def install():
     for f in ("install_bin", "install_plugin", "install_lib", \
     "install_include", "install_data", "install_config", "install_doc"):
-        shelltools.system("jam -s DESTDIR=%s %s" % (get.installDIR(), f))
\ No newline at end of file
+        shelltools.system("jam -s DESTDIR=%s %s" % (get.installDIR(), f))
+
+    pisitools.domove("/%s/cel-1.1/*" % get.docDIR(), "/%s/%s" % (get.docDIR(), get.srcTAG()))
+    pisitools.removeDir("/%s/cel-1.1" % get.docDIR())
+    pisitools.dodoc("INSTALL", "LICENSE", "README")

Modified: playground/murat/applications/emulators/cel/files/90cel
=================================================================
--- playground/murat/applications/emulators/cel/files/90cel	(original)
+++ playground/murat/applications/emulators/cel/files/90cel	Sat Mar 17 02:30:34 2007
@@ -1,3 +1,2 @@
-CEL=/usr/lib/cel
 CEL_PLUGIN=/usr/lib/cel
 CEL_CONFIG=/etc/cel


Paketler-commits mesaj listesiyle ilgili daha fazla bilgi