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
|
2013-12-30 18:33:54 +00:00
|
|
|
build_style=gnu-makefile
|
2014-12-19 10:37:54 +00:00
|
|
|
makedepends="libXrandr-devel"
|
2013-12-30 18:33:54 +00:00
|
|
|
make_install_args="INSTALL_STRIP="
|
2013-05-30 10:52:29 +00:00
|
|
|
short_desc="A minimalist window manager for the X Window System"
|
2013-05-30 12:32:06 +00:00
|
|
|
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}
|
|
|
|
}
|
2013-12-30 18:33:54 +00:00
|
|
|
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
|
|
|
}
|