void-packages/srcpkgs/evilwm/template

22 lines
645 B
Text
Raw Normal View History

2013-05-30 10:52:29 +00:00
# Template file for 'evilwm'
pkgname=evilwm
version=1.1.0
2014-12-19 10:37:54 +00:00
revision=3
build_style=gnu-makefile
2014-12-19 10:37:54 +00:00
makedepends="libXrandr-devel"
make_install_args="INSTALL_STRIP="
2013-05-30 10:52:29 +00:00
short_desc="A minimalist window manager for the X Window System"
maintainer="Ypnose <linuxienATlegtuxDOTorg>"
2013-05-30 10:52:29 +00:00
homepage="http://evilwm.sourceforge.net"
license="Public Domain"
distfiles="http://www.6809.org.uk/$pkgname/$pkgname-$version.tar.gz"
checksum=cdc763c875b64ee3734f3cb764249e91ec659f550177ec1bb564304260ef0c75
2014-12-19 10:37:54 +00:00
do_build() {
make CC=$CC CFLAGS="$CFLAGS" ${makejobs}
}
post_install() {
2013-05-30 10:52:29 +00:00
vinstall ${FILESDIR}/evilwm.desktop 644 usr/share/xsessions
2014-12-19 10:37:54 +00:00
vlicense ${FILESDIR}/LICENSE
2013-05-30 10:52:29 +00:00
}