blueman-2.3.1
This commit is contained in:
@@ -10,11 +10,14 @@ from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
def setup():
|
||||
shelltools.system("NOCONFIGURE=1 ./autogen.sh")
|
||||
pisitools.dosed("data/configs/*.service.in", "SystemdService", deleteLine=True)
|
||||
autotools.configure("--disable-static \
|
||||
--sysconfdir=/etc \
|
||||
--disable-schemas-compile \
|
||||
--with-dhcp-config='/etc/dhcp/dhcpd.conf' \
|
||||
--with-systemduserunitdir=no \
|
||||
--with-systemdsystemunitdir=no \
|
||||
--enable-pulseaudio \
|
||||
--enable-polkit")
|
||||
|
||||
pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
|
||||
@@ -25,4 +28,6 @@ def build():
|
||||
def install():
|
||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
|
||||
shelltools.chmod(get.installDIR() + "/usr/share/polkit-1/rules.d")
|
||||
|
||||
pisitools.dodoc("CHANGELOG.*", "COPYING")
|
||||
|
||||
Reference in New Issue
Block a user