Merge pull request #1168 from ertugerata/master

fix for unused..
This commit is contained in:
Ertuğrul Erata
2016-02-13 19:24:10 +02:00
+14 -19
View File
@@ -13,29 +13,24 @@ def setup():
shelltools.system("sed -i 's:cups_sbindir=\"\/usr\/sbin\":cups_sbindir=\"\/usr\/bin\":g' m4/stp_cups.m4")
shelltools.system("sed -i 's:cups_sbindir=\"\${cups_prefix}\/sbin\":cups_sbindir=\"\${cups_prefix}\/bin\":' m4/stp_cups.m4")
shelltools.system("sed -i 's:m4local:m4extra:' Makefile.am")
autotools.autoreconf("-fi")
autotools.autoreconf("-fi")
autotools.configure("--prefix=/usr \
--sbindir=/usr/bin \
--enable-samples \
--enable-cups-ppds \
--enable-cups-ppds-at-top-level \
--disable-translated-cups-ppds \
--disable-globalized-cups-ppds \
--disable-static \
--disable-static-genppd")
--sbindir=/usr/bin \
--enable-samples \
--enable-cups-ppds \
--enable-cups-ppds-at-top-level \
--disable-translated-cups-ppds \
--disable-globalized-cups-ppds \
--disable-static \
--disable-static-genppd")
pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
def build():
autotools.make()
def install():
autotools.rawInstall("DESTDIR=%s install" % get.installDIR())
#pisitools.dohtml("%s/usr/share/gutenprint/doc/reference-html/*" % get.installDIR())
#pisitools.removeDir("/usr/share/gutenprint/doc/")
#pisitools.removeDir("/usr/include/gutenprintui2")
# FIXME: Remove command.types, check if any other file exists
#pisitools.removeDir("/etc/")
#pisitools.remove("/usr/share/foomatic/kitload.log")