[paketler-commits] r37185 - devel/system/devel/expect
paketler-commits at pardus.org.tr
paketler-commits at pardus.org.tr
24 Ara 2007 Pzt 04:34:28 EET
Author: cartman
Date: Mon Dec 24 04:34:28 2007
New Revision: 37185
Modified:
devel/system/devel/expect/actions.py
Log:
fixes
Modified: devel/system/devel/expect/actions.py
=================================================================
--- devel/system/devel/expect/actions.py (original)
+++ devel/system/devel/expect/actions.py Mon Dec 24 04:34:28 2007
@@ -1,7 +1,7 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
-# Copyright 2005,2006 TUBITAK/UEKAE
+# Copyright 2007 TUBITAK/UEKAE
# Licensed under the GNU General Public License, version 2.
# See the file http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt
@@ -21,10 +21,9 @@
shelltools.export("CFLAGS","%s -D_BSD_SOURCE" % get.CFLAGS())
autotools.autoconf()
-
autotools.configure("--with-tcl=/usr/lib \
--with-tclinclude=/usr/include/tcl-private/generic/ \
- --without-x \
+ --with-x \
--enable-shared")
def build():
@@ -34,7 +33,7 @@
autotools.make("check")
def install():
- autotools.rawInstall("INSTALL_ROOT=\"%s\"" % get.installDIR())
+ autotools.rawInstall('INSTALL_ROOT="%s"' % get.installDIR())
# No static
pisitools.remove("/usr/lib/libexpect*.a")
Paketler-commits mesaj listesiyle ilgili
daha fazla bilgi