summaryrefslogtreecommitdiffstats
path: root/lxnm
diff options
context:
space:
mode:
authorFlorian Pritz <f-p@gmx.at>2009-02-28 14:36:14 +0100
committerFlorian Pritz <f-p@gmx.at>2009-02-28 14:36:14 +0100
commit3232f9d90114778cb8d38cc1bc8477435dc65259 (patch)
tree0eb9ffafbe853c84b9ad6b808d86a00d44668392 /lxnm
downloadaur-packages-3232f9d90114778cb8d38cc1bc8477435dc65259.tar.gz
aur-packages-3232f9d90114778cb8d38cc1bc8477435dc65259.tar.xz
initial commit
Diffstat (limited to 'lxnm')
-rw-r--r--lxnm/PKGBUILD19
1 files changed, 19 insertions, 0 deletions
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 <f-p@gmx.at>
+# Contributor: CainĂ£ Costa <cainan.costa@gmail.com>
+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
+}