music player daemon.
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
#
|
||||
# Licensed under the GNU General Public License, version 3.
|
||||
# See the file http://www.gnu.org/licenses/gpl.txt
|
||||
# See the file https://www.gnu.org/licenses/gpl-3.0.txt
|
||||
|
||||
from pisi.actionsapi import autotools
|
||||
from pisi.actionsapi import pisitools
|
||||
@@ -10,21 +10,16 @@ from pisi.actionsapi import get
|
||||
|
||||
def setup():
|
||||
autotools.autoreconf("-vif")
|
||||
autotools.configure("--disable-static \
|
||||
--without-docdir")
|
||||
#FIXME: documentation is temporarily disabled since update release 7.
|
||||
#--with-documentation=/usr/share/doc/%s" % get.srcNAME())
|
||||
autotools.configure("--disable-static")
|
||||
|
||||
pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
|
||||
|
||||
def build():
|
||||
autotools.make()
|
||||
|
||||
#def check():
|
||||
#autotools.make("check")
|
||||
def check():
|
||||
autotools.make("-k check")
|
||||
|
||||
def install():
|
||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
#pisitools.remove("/usr/share/doc/libupnp/IXML_Programming_Guide.pdf")
|
||||
#pisitools.remove("/usr/share/doc/libupnp/UPnP_Programming_Guide.pdf")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user