From 415856bdd4f48ab4f2732996f0bae58595092bbe Mon Sep 17 00:00:00 2001 From: Parabola Date: Tue, 5 Apr 2011 14:26:38 +0000 Subject: Tue Apr 5 14:26:38 UTC 2011 --- community/lxnm/PKGBUILD | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 community/lxnm/PKGBUILD (limited to 'community/lxnm') diff --git a/community/lxnm/PKGBUILD b/community/lxnm/PKGBUILD new file mode 100644 index 000000000..8543678e2 --- /dev/null +++ b/community/lxnm/PKGBUILD @@ -0,0 +1,25 @@ +# $Id: PKGBUILD 25483 2010-09-05 12:15:12Z bluewind $ +# Maintainer: Florian Pritz +# Contributor: CainĂ£ Costa + +pkgname=lxnm +pkgver=0.2.2 +pkgrel=2 +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 "${startdir}/src/${pkgname}-${pkgver}" + ./configure --prefix=/usr + make +} +package() { + cd "${startdir}/src/${pkgname}-${pkgver}" + make DESTDIR=$pkgdir/ install +} + +md5sums=('2ee64e5fad4a27a522f1eb2da08dd46a') -- cgit v1.2.3-54-g00ecf