From 3232f9d90114778cb8d38cc1bc8477435dc65259 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Sat, 28 Feb 2009 14:36:14 +0100 Subject: initial commit --- lxnm/PKGBUILD | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 lxnm/PKGBUILD (limited to 'lxnm') diff --git a/lxnm/PKGBUILD b/lxnm/PKGBUILD new file mode 100644 index 0000000..133f941 --- /dev/null +++ b/lxnm/PKGBUILD @@ -0,0 +1,19 @@ +# 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") +md5sums=('2ee64e5fad4a27a522f1eb2da08dd46a') + +build() { + cd ${startdir}/src/${pkgname}-${pkgver} + ./configure --prefix=/usr + make + make DESTDIR=$pkgdir/ install +} -- cgit v1.2.3-24-g4f1b