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