void-packages/srcpkgs/evilwm/template
2015-05-30 08:58:54 +02:00

21 lines
628 B
Bash

# Template file for 'evilwm'
pkgname=evilwm
version=1.1.0
revision=4
makedepends="libXrandr-devel"
short_desc="A minimalist window manager for the X Window System"
maintainer="Ypnose <linuxienATlegtuxDOTorg>"
homepage="http://evilwm.sourceforge.net"
license="Public Domain"
distfiles="http://www.6809.org.uk/$pkgname/$pkgname-$version.tar.gz"
checksum=cdc763c875b64ee3734f3cb764249e91ec659f550177ec1bb564304260ef0c75
do_build() {
make CC=$CC CFLAGS="$CFLAGS" ${makejobs}
}
do_install() {
make PREFIX=/usr DESTDIR=${DESTDIR} install
vinstall ${FILESDIR}/evilwm.desktop 644 usr/share/xsessions
vlicense ${FILESDIR}/LICENSE
}