# Description: LXDE standard icon theme # URL: https://github.com/lxde/lxde-icon-theme # Maintainer: KRAK3N Team, extra ports at krak3n dot my # Depends on: name=lxde-icon-theme version=0.5.2 release=1 source=(https://github.com/lxde/${name}/archive/${version}/${name}-${version}.tar.gz) build() { cd $name-$version autoreconf -fi sed 's/--no-preserve=ownership//g' -i Makefile.am ./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 }