From 8fbc0076a4827ddc6af92e0b9daa4c4c31450808 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 19 Jul 2013 01:10:32 -0700 Subject: Fri Jul 19 01:09:18 PDT 2013 --- community/libuser/PKGBUILD | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 community/libuser/PKGBUILD (limited to 'community/libuser') diff --git a/community/libuser/PKGBUILD b/community/libuser/PKGBUILD new file mode 100644 index 000000000..ff830f669 --- /dev/null +++ b/community/libuser/PKGBUILD @@ -0,0 +1,34 @@ +# $Id: PKGBUILD 91838 2013-05-28 17:05:08Z spupykin $ +# Maintainer: Sergej Pupykin +# Maintainer: Thomas Dziedzic < gostrc at gmail > + +pkgname=libuser +pkgver=0.59 +pkgrel=2 +pkgdesc='A standardized interface for manipulating and administering user and group accounts.' +arch=('i686' 'x86_64') +license=('LGPL') +url='https://fedorahosted.org/libuser/' +depends=('python2' 'glib2' 'popt') +options=('!libtool') +backup=('etc/libuser.conf') +source=("https://fedorahosted.org/releases/l/i/libuser/libuser-${pkgver}.tar.xz") +md5sums=('22835cbfec894b1e9491845ed5023244') + +build() { + cd ${pkgname}-${pkgver} + export PYTHON=python2 + ./configure \ + --prefix=/usr \ + --sysconfdir=/etc \ + --sbindir=/usr/bin \ + --disable-gtk-doc-html \ + --disable-rpath + sed -i 's/SUBDIRS = po docs/SUBDIRS = po/' Makefile + make +} + +package() { + cd ${pkgname}-${pkgver} + make DESTDIR=${pkgdir} install +} -- cgit v1.2.3-54-g00ecf