evilwm: rebuild for musl.
This commit is contained in:
parent
e5023d904a
commit
3db5f3f3ca
|
@ -1,10 +1,8 @@
|
|||
# Template file for 'evilwm'
|
||||
pkgname=evilwm
|
||||
version=1.1.0
|
||||
revision=3
|
||||
build_style=gnu-makefile
|
||||
revision=4
|
||||
makedepends="libXrandr-devel"
|
||||
make_install_args="INSTALL_STRIP="
|
||||
short_desc="A minimalist window manager for the X Window System"
|
||||
maintainer="Ypnose <linuxienATlegtuxDOTorg>"
|
||||
homepage="http://evilwm.sourceforge.net"
|
||||
|
@ -15,7 +13,8 @@ checksum=cdc763c875b64ee3734f3cb764249e91ec659f550177ec1bb564304260ef0c75
|
|||
do_build() {
|
||||
make CC=$CC CFLAGS="$CFLAGS" ${makejobs}
|
||||
}
|
||||
post_install() {
|
||||
do_install() {
|
||||
make PREFIX=/usr DESTDIR=${DESTDIR} install
|
||||
vinstall ${FILESDIR}/evilwm.desktop 644 usr/share/xsessions
|
||||
vlicense ${FILESDIR}/LICENSE
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue