opt/evilwm/Pkgfile

19 lines
526 B
Plaintext
Raw Normal View History

2006-02-23 16:26:10 +01:00
# Description: The minimalist window manager
# URL: http://www.6809.org.uk/evilwm/
2011-02-02 13:44:37 +01:00
# 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
2015-07-14 19:39:09 +02:00
version=1.1.1
release=2
2006-02-23 16:26:10 +01:00
source=(http://www.6809.org.uk/$name/$name-$version.tar.gz \
2011-07-07 17:17:12 +02:00
$name-config.patch)
2006-02-23 16:26:10 +01:00
build () {
cd $name-$version
sed -i 's/-D_SVID_SOURCE/-D_DEFAULT_SOURCE/' Makefile
patch -p1 -i $SRC/$name-config.patch
2011-07-06 17:43:56 +02:00
make CFLAGS="$CFLAGS"
make DESTDIR=$PKG install
2006-02-23 16:26:10 +01:00
}