opt/evilwm/Pkgfile

16 lines
381 B
Plaintext
Raw Normal View History

2006-02-23 16:26:10 +01:00
# Description: The minimalist window manager
2021-07-08 08:54:25 +02:00
# URL: http://www.6809.org.uk/evilwm/
# Maintainer: Juergen Daubert, jue at crux dot nu
# Depends on: xorg-libxrandr xorg-font-misc-misc xorg-font-alias
2006-02-23 16:26:10 +01:00
name=evilwm
2022-11-10 10:36:10 +01:00
version=1.4.2
2021-07-08 08:54:25 +02:00
release=1
source=(http://www.6809.org.uk/$name/dl/$name-$version.tar.gz)
2006-02-23 16:26:10 +01:00
2021-07-08 08:54:25 +02:00
build() {
cd $name-$version
make CFLAGS="$CFLAGS"
make DESTDIR=$PKG install
2006-02-23 16:26:10 +01:00
}