From 18a41d682d6e91e0d28fce23eb75292f477bd620 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 11 Aug 2013 01:21:34 -0700 Subject: Sun Aug 11 01:21:31 PDT 2013 --- community/lxnm/PKGBUILD | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 community/lxnm/PKGBUILD (limited to 'community/lxnm/PKGBUILD') diff --git a/community/lxnm/PKGBUILD b/community/lxnm/PKGBUILD deleted file mode 100644 index d44a06750..000000000 --- a/community/lxnm/PKGBUILD +++ /dev/null @@ -1,25 +0,0 @@ -# $Id: PKGBUILD 90454 2013-05-12 16:50:48Z bluewind $ -# Maintainer: Florian Pritz -# Contributor: CainĂ£ Costa - -pkgname=lxnm -pkgver=0.2.2 -pkgrel=4 -pkgdesc="A Network Manager (Part of LXDE)" -arch=('i686' 'x86_64') -license=('GPL2') -url="http://lxde.org" -depends=('glib2') -source=("http://downloads.sourceforge.net/sourceforge/lxde/${pkgname}-${pkgver}.tar.gz") - -build() { - cd "${srcdir}/${pkgname}-${pkgver}" - ./configure --prefix=/usr --sbindir=/usr/bin - make -} -package() { - cd "${srcdir}/${pkgname}-${pkgver}" - make DESTDIR="$pkgdir" install -} - -md5sums=('2ee64e5fad4a27a522f1eb2da08dd46a') -- cgit v1.2.3-54-g00ecf