# lxappearance # Description: Settings manager for the lxde environment # Note: Part of the LXDE project # Depends on : lxde-common,gtk+2 name=lxappearance version=0.2 release=1 source=(http://internap.dl.sourceforge.net/sourceforge/lxde/$name-$version.tar.gz) build() { cd $name-$version ./configure \ --prefix=/usr --sysconfdir=/etc \ --mandir=/usr/man \ --with-included-gettext make make DESTDIR=$PKG install }