hplip: remove systemd service file

This commit is contained in:
Alessio Sergi 2015-06-16 00:16:16 +02:00
parent dd1c9f487d
commit 0511144ec7
1 changed files with 4 additions and 1 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'hplip'
pkgname=hplip
version=3.15.6
revision=1
revision=2
#XXX: pyqt pkgs for python gui
hostmakedepends="pkg-config automake libtool python"
makedepends="libressl-devel python-devel libxml2-python cups-devel
@ -33,6 +33,9 @@ do_configure() {
libtoolize -f
autoreconf -fi || true
# do not install systemd service file
sed -i '/[[:space:]]install-dist_rulessystemDATA/s,install-dist_rulessystemDATA,,' Makefile.in
./configure ${configure_args} --disable-gui-build \
--disable-foomatic-rip-hplip-install \
--enable-foomatic-ppd-install \