void-packages/srcpkgs/xplugd/template

23 lines
619 B
Bash
Raw Normal View History

2016-04-25 15:13:50 +00:00
# Template file for 'xplugd'
pkgname=xplugd
2016-06-25 14:10:04 +00:00
version=1.2
2016-04-25 15:13:50 +00:00
revision=1
2016-06-25 14:10:04 +00:00
build_style=gnu-configure
hostmakedepends="automake pkg-config"
2016-04-25 15:13:50 +00:00
makedepends="libXi-devel libXrandr-devel"
short_desc="Daemon that executes a script on X input and RandR changes"
maintainer="Duncaen <duncaen@voidlinux.eu>"
license="MIT"
homepage="https://github.com/troglobit/xplugd"
distfiles="https://github.com/troglobit/xplugd/archive/v${version}.tar.gz"
2016-06-25 14:10:04 +00:00
checksum=d199626c4882ef73d0f1dce55dac07aaf7bb72e591e8150d223f9e025534678e
2016-04-25 15:13:50 +00:00
2016-06-25 14:10:04 +00:00
pre_configure() {
./autogen.sh
2016-04-25 15:13:50 +00:00
}
2016-06-25 14:10:04 +00:00
2016-04-25 15:13:50 +00:00
post_install() {
vlicense LICENSE
2016-06-25 14:10:04 +00:00
rm -f ${DESTDIR}/usr/share/doc/xplugd/LICENSE
2016-04-25 15:13:50 +00:00
}