# Description: disk utility for Unix systems # URL: https://dev.yorhel.nl/ncdu # Maintainer: KRAK3N Team, extra ports at krak3n dot my # Depends on: name=ncdu version=1.22 release=1 source=(http://dev.yorhel.nl/download/${name}-${version}.tar.gz) build() { cd ${name}-${version} ./configure \ --prefix=/usr \ --sysconfdir=/etc \ --localstatedir=/var \ --libdir=/usr/lib \ --libexecdir=/usr/lib/$name \ --infodir=/usr/share/info \ --mandir=/usr/share/man make make DESTDIR=$PKG install }