evilwm: simplify by using the gnu-makefile build_style
This commit is contained in:
parent
a90e64652f
commit
433410ac73
1 changed files with 4 additions and 7 deletions
|
@ -1,7 +1,9 @@
|
||||||
# Template file for 'evilwm'
|
# Template file for 'evilwm'
|
||||||
pkgname=evilwm
|
pkgname=evilwm
|
||||||
version=1.1.0
|
version=1.1.0
|
||||||
revision=1
|
revision=2
|
||||||
|
build_style=gnu-makefile
|
||||||
|
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"
|
||||||
|
@ -10,12 +12,7 @@ distfiles="http://www.6809.org.uk/$pkgname/$pkgname-$version.tar.gz"
|
||||||
checksum=cdc763c875b64ee3734f3cb764249e91ec659f550177ec1bb564304260ef0c75
|
checksum=cdc763c875b64ee3734f3cb764249e91ec659f550177ec1bb564304260ef0c75
|
||||||
makedepends="libXrandr-devel"
|
makedepends="libXrandr-devel"
|
||||||
|
|
||||||
do_build() {
|
post_install() {
|
||||||
make CC=$CC STRIP=$STRIP ${makejobs}
|
|
||||||
}
|
|
||||||
|
|
||||||
do_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
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue