description="Xfce window manager"
url="http://www.xfce.org/"

packager="tnut <tnut@nutyx.org>"
contributors="Tyrry, Greg"

makedepends=(libwnck xorg-libxres libxfce4ui libxfce4util
             startup-notification)

set=(xfce4)

name=xfwm4
version=4.14.5

source=(https://archive.xfce.org/src/xfce/${name}/${version%.*}/${name}-$version.tar.bz2)

build() {

cd ${name}-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}
