makedepends=(xorg-server xorg-libxpm librsvg xorg-fontconfig gdk-pixbuf-xlib fribidi imlib2 xorg-libxcomposite xorg-libxdamage xorg-libxrandr xorg-libxinerama xorg-libxcursor)

url="www.icewm.org"
description="IceWM is a window manager with the goals of speed, simplicity"

packager="Great-OS Team"
maintainer="Great-OS Team"

name=icewm
version=4.0.0
release=3

source=(https://github.com/ice-wm/icewm/releases/download/$version/icewm-$version.tar.lz)
 
build() {

cd $name-$version

./configure --prefix=/usr \
            --libdir=/usr/lib \
            --sysconfdir=/etc \
            --docdir=/usr/share/$name-$version

make
make DESTDIR=$PKG install
}
