# Description: Window manager: speed, simplicity, and not getting in the user's way.
# URL: http://www.icewm.org/
# Maintainer: Alexander Zhirov
# Depends on: imlib xorg-libice xorg-libxft xorg-libxinerama xorg-mkfontdir

name=idesk
version=0.7.8
release=1
source=(
    https://github.com/neagix/idesk/archive/refs/tags/v$version.tar.gz
    version.patch
)

build() {
    cd $name-$version

    patch -d . -p0 < ../version.patch

    ./configure \
        --prefix=/usr

    make
    make DESTDIR=$PKG install

    rm -rf $PKG/usr/share/doc
}