# Description: front-end to various command line archiving tools # URL: https://github.com/ib/xarchiver/wiki # Maintainer: KRAK3N Team, extra ports at krak3n dot my # Depends on: intltool gtk3 libxslt name=xarchiver version=0.5.4.26 release=1 source=(https://github.com/ib/${name}/archive/${version}/${name}-${version}.tar.gz) build() { cd ${name}-${version} # skip checking GNU gettext version sed '14817,14822d' -i configure ./configure \ --prefix=/usr \ --sysconfdir=/etc \ --localstatedir=/var \ --libdir=/usr/lib \ --libexecdir=/usr/lib/$name \ --infodir=/usr/share/info \ --mandir=/usr/share/man \ --disable-nls make make DESTDIR=$PKG install }