diff --git a/srcpkgs/system-config-printer/template b/srcpkgs/system-config-printer/template new file mode 100644 index 0000000000..2b0f7a6fda --- /dev/null +++ b/srcpkgs/system-config-printer/template @@ -0,0 +1,26 @@ +# Template file for 'system-config-printer' +pkgname=system-config-printer +version=1.4.1 +revision=1 +build_style=gnu-configure +configure_args="--with-udev-rules" +make_build_args="udevhelperdir=/usr/lib/udev" +make_install_args="udevhelperdir=/usr/lib/udev udevrulesdir=/usr/lib/udev/rules.d" +hostmakedepends="pkg-config intltool xmlto desktop-file-utils" +makedepends="gtk+3-devel cups-devel libusbx-devel systemd-devel + pycups dbus-python notify-python pycurl pysmbc pygobject" +short_desc="A CUPS printer configuration tool and status applet" +maintainer="Juan RP " +license="GPL-2" +homepage="http://cyberelk.net/tim/software/system-config-printer/" +distfiles="http://cyberelk.net/tim/data/${pkgname}/${version%*.*}/${pkgname}-${version}.tar.xz" +checksum=4e22413f3581fc1cf38af648573fa90bb7783a2c3b8be3aadf47beda101e04f8 + +system-config-printer_package() { + pycompile_module="cupshelpers" + pycompile_dirs="/usr/share/system-config-printer" + depends="python pycups dbus-python notify-python pycurl pysmbc pygobject" + pkg_install() { + vmove all + } +}