evilwm: fix cross build and add missing ".

This commit is contained in:
Juan RP 2013-05-30 14:32:06 +02:00
parent 2ada7a6bd3
commit f3343bab1b

View file

@ -3,7 +3,7 @@ pkgname=evilwm
version=1.1.0 version=1.1.0
revision=1 revision=1
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"
license="Public Domain" license="Public Domain"
distfiles="http://www.6809.org.uk/$pkgname/$pkgname-$version.tar.gz" distfiles="http://www.6809.org.uk/$pkgname/$pkgname-$version.tar.gz"
@ -11,11 +11,11 @@ checksum=cdc763c875b64ee3734f3cb764249e91ec659f550177ec1bb564304260ef0c75
makedepends="libXrandr-devel" makedepends="libXrandr-devel"
do_build() { do_build() {
make make CC=$CC STRIP=$STRIP ${makejobs}
} }
do_install() { do_install() {
make PREFIX=/usr DESTDIR=$DESTDIR install make PREFIX=/usr DESTDIR=$DESTDIR INSTALL_STRIP= install
vinstall ${FILESDIR}/evilwm.desktop 644 usr/share/xsessions vinstall ${FILESDIR}/evilwm.desktop 644 usr/share/xsessions
vinstall ${FILESDIR}/LICENSE 644 usr/share/licenses/$pkgname vinstall ${FILESDIR}/LICENSE 644 usr/share/licenses/$pkgname
} }