summaryrefslogtreecommitdiffstats
path: root/gnome/libgnomesu/Pkgfile
blob: 8a494e76cfd4683a35705d57c98a2e61fc560901 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Description: A library which allows running programs as root or another user
# URL: http://members.chello.nl/~h.lai/libgnomesu/
# Maintainer: NuTyX core team
# Packager: thierryn1 at hispeed dot ch
# 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
	./configure --prefix=$GNOME_PREFIX \
		--libexecdir=/usr/lib/$name \
		--disable-install-pam \
		--disable-setuid-error \
		--disable-schemas-install
	make
	make DESTDIR=$PKG install
}