From dee9f17b595ea903a982d31d1124b302bb17e2ff Mon Sep 17 00:00:00 2001 From: root Date: Wed, 17 Jul 2013 00:58:52 -0700 Subject: Wed Jul 17 00:58:51 PDT 2013 --- community/libuser/PKGBUILD | 34 ---------------------------------- 1 file changed, 34 deletions(-) delete mode 100644 community/libuser/PKGBUILD (limited to 'community/libuser/PKGBUILD') diff --git a/community/libuser/PKGBUILD b/community/libuser/PKGBUILD deleted file mode 100644 index ff830f669..000000000 --- a/community/libuser/PKGBUILD +++ /dev/null @@ -1,34 +0,0 @@ -# $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