# Description: LXDE common configuration files # URL: https://github.com/lxde/lxde-common # Maintainer: KRAK3N Team, extra ports at krak3n dot my # Depends on: intltool glib name=lxde-common version=0.99.3 release=1 source=(https://github.com/lxde/${name}/archive/${version}/${name}-${version}.tar.gz) build() { cd $name-$version autoreconf -fi ./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 }