evilwm: update to 1.1.1
This commit is contained in:
parent
b463e7e1cf
commit
4f9c15b697
1 changed files with 11 additions and 10 deletions
|
@ -1,20 +1,21 @@
|
|||
# Template file for 'evilwm'
|
||||
pkgname=evilwm
|
||||
version=1.1.0
|
||||
revision=4
|
||||
version=1.1.1
|
||||
revision=1
|
||||
build_style=gnu-makefile
|
||||
makedepends="libXrandr-devel"
|
||||
short_desc="A minimalist window manager for the X Window System"
|
||||
maintainer="Ypnose <linuxienATlegtuxDOTorg>"
|
||||
homepage="http://evilwm.sourceforge.net"
|
||||
license="Public Domain"
|
||||
distfiles="http://www.6809.org.uk/$pkgname/$pkgname-$version.tar.gz"
|
||||
checksum=cdc763c875b64ee3734f3cb764249e91ec659f550177ec1bb564304260ef0c75
|
||||
distfiles="http://www.6809.org.uk/${pkgname}/${pkgname}-${version}.tar.gz"
|
||||
checksum="79589c296a5915ee0bae1d231e8912601fc794d9f0a9cacb6b648ff9a5f2602a"
|
||||
|
||||
do_build() {
|
||||
make CC=$CC CFLAGS="$CFLAGS" ${makejobs}
|
||||
pre_build() {
|
||||
sed -i 's|^CFLAGS|#CFLAGS|g' Makefile
|
||||
}
|
||||
do_install() {
|
||||
make PREFIX=/usr DESTDIR=${DESTDIR} install
|
||||
vinstall ${FILESDIR}/evilwm.desktop 644 usr/share/xsessions
|
||||
vlicense ${FILESDIR}/LICENSE
|
||||
|
||||
post_install() {
|
||||
vinstall "${FILESDIR}/evilwm.desktop" 644 usr/share/xsessions
|
||||
vlicense "${FILESDIR}/LICENSE"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue