evilwm: build with our {C,LD}FLAGS.
This commit is contained in:
parent
65ac71378a
commit
6a85b0cf1b
|
@ -1,8 +1,9 @@
|
|||
# Template file for 'evilwm'
|
||||
pkgname=evilwm
|
||||
version=1.1.0
|
||||
revision=2
|
||||
revision=3
|
||||
build_style=gnu-makefile
|
||||
makedepends="libXrandr-devel"
|
||||
make_install_args="INSTALL_STRIP="
|
||||
short_desc="A minimalist window manager for the X Window System"
|
||||
maintainer="Ypnose <linuxienATlegtuxDOTorg>"
|
||||
|
@ -10,9 +11,11 @@ homepage="http://evilwm.sourceforge.net"
|
|||
license="Public Domain"
|
||||
distfiles="http://www.6809.org.uk/$pkgname/$pkgname-$version.tar.gz"
|
||||
checksum=cdc763c875b64ee3734f3cb764249e91ec659f550177ec1bb564304260ef0c75
|
||||
makedepends="libXrandr-devel"
|
||||
|
||||
do_build() {
|
||||
make CC=$CC CFLAGS="$CFLAGS" ${makejobs}
|
||||
}
|
||||
post_install() {
|
||||
vinstall ${FILESDIR}/evilwm.desktop 644 usr/share/xsessions
|
||||
vinstall ${FILESDIR}/LICENSE 644 usr/share/licenses/$pkgname
|
||||
vlicense ${FILESDIR}/LICENSE
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue