summaryrefslogtreecommitdiffstats
path: root/lxnm/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'lxnm/PKGBUILD')
-rw-r--r--lxnm/PKGBUILD21
1 files changed, 0 insertions, 21 deletions
diff --git a/lxnm/PKGBUILD b/lxnm/PKGBUILD
deleted file mode 100644
index 803c84a..0000000
--- a/lxnm/PKGBUILD
+++ /dev/null
@@ -1,21 +0,0 @@
-# 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")
-
-build() {
- cd ${startdir}/src/${pkgname}-${pkgver}
- ./configure --prefix=/usr
- make
- make DESTDIR=$pkgdir/ install
-}
-md5sums=('2ee64e5fad4a27a522f1eb2da08dd46a')
-sha256sums=('5ad18e1ebe0b4aa6f97c76acfb054b0f29b0df36fb19c92d6a867fa350004234')