updated on Sun Jan 15 20:01:04 UTC 2012
[aur-mirror.git] / libuser / PKGBUILD
blobeaab8f6101b5b1f85045289c17c727cd7a1b7ec9
1 # Maintainer: Thomas Dziedzic < gostrc at gmail >
3 pkgname=libuser
4 pkgver=0.57.1
5 pkgrel=2
6 pkgdesc='A standardized interface for manipulating and administering user and group accounts.'
7 arch=('i686' 'x86_64')
8 license=('LGPL')
9 url='https://fedorahosted.org/libuser/'
10 depends=('python2')
11 source=("https://fedorahosted.org/releases/l/i/libuser/libuser-${pkgver}.tar.xz")
12 md5sums=('be82c6941264d0b4bd04f95fb342ec7d')
14 build() {
15   cd ${pkgname}-${pkgver}
17   export PYTHON=python2
19   ./configure \
20     --prefix=/usr \
21     --disable-gtk-doc-html \
22     --disable-rpath
24   sed -i 's/SUBDIRS = po docs/SUBDIRS = po/' Makefile
26   make
29 package() {
30   cd ${pkgname}-${pkgver}
32   make DESTDIR=${pkgdir} install