updated on Thu Jan 26 00:18:00 UTC 2012
[aur-mirror.git] / usermode / PKGBUILD
blob2fe5a04331cbd146ed1b03b105b233ca5ba6f0c3
1 # Maintainer: Thomas Dziedzic < gostrc at gmail >
3 pkgname=usermode
4 pkgver=1.106.1
5 pkgrel=2
6 pkgdesc='Used to allow configured programs to run with superuser privileges by ordinary users.'
7 arch=('i686' 'x86_64')
8 license=('GPL')
9 url='https://fedorahosted.org/usermode/'
10 depends=('libuser')
11 source=("https://fedorahosted.org/releases/u/s/usermode/usermode-1.106.1.tar.xz")
12 md5sums=('e687f847bc050b669c9dc76915349853')
14 build() {
15   cd ${pkgname}-${pkgver}
17   ./configure \
18     --prefix=/usr
20   make
23 package() {
24   cd ${pkgname}-${pkgver}
26   make DESTDIR=${pkgdir} install
28   chmod 04711 ${pkgdir}/usr/sbin/userhelper