# Description: A library which allows running programs as root or another user # URL: http://members.chello.nl/~h.lai/libgnomesu/ # Maintainer: Matt Housh, jaeger at morpheus dot net # Depends on: gtk, pango, libgnomeui name=libgnomesu version=1.0.0 release=1 source=(http://members.chello.nl/~h.lai/$name/$name-$version.tar.gz) build() { cd $name-$version sed -i -e 's/USE_NLS=yes/USE_NLS=no/' \ -e 's/ENABLE_NLS 1/ENABLE_NLS 0/' configure ./configure --prefix=/usr \ --libexecdir=/usr/lib/$name \ --disable-install-pam \ --disable-setuid-error \ --disable-schemas-install make make DESTDIR=$PKG install }