summaryrefslogtreecommitdiffstats
path: root/extra/lxnm/Pkgfile
diff options
context:
space:
mode:
authorThierry N <thierryn1 at hispeed dot ch>2009-08-11 20:52:45 +0200
committerThierry N <thierryn1 at hispeed dot ch>2009-08-11 20:52:45 +0200
commitb78d0b4f8e478370ced600200f4cf4369c439fdb (patch)
treebe0601a65408272d6d45f522b06532088f09f3f3 /extra/lxnm/Pkgfile
parentd690b8ddbd991861e9ecd47b0653c9ea26f6518d (diff)
downloadnutyx-pakxe-b78d0b4f8e478370ced600200f4cf4369c439fdb.tar.gz
nutyx-pakxe-b78d0b4f8e478370ced600200f4cf4369c439fdb.tar.bz2
nutyx-pakxe-b78d0b4f8e478370ced600200f4cf4369c439fdb.tar.xz
nutyx-pakxe-b78d0b4f8e478370ced600200f4cf4369c439fdb.zip
Ajout de lxnm#0.2.2-1
Diffstat (limited to 'extra/lxnm/Pkgfile')
-rw-r--r--extra/lxnm/Pkgfile18
1 files changed, 18 insertions, 0 deletions
diff --git a/extra/lxnm/Pkgfile b/extra/lxnm/Pkgfile
new file mode 100644
index 000000000..ad00b99dc
--- /dev/null
+++ b/extra/lxnm/Pkgfile
@@ -0,0 +1,18 @@
+# Description: Gestionnaire de réseaux rapide, légé et simple
+# URL: http://lxde.org/about.html
+# Maintainer: NuTyX core team
+# Packager: geantbrun at gmail dot com
+# Depends on: gtk
+
+name=lxnm
+version=0.2.2
+release=1
+source=(http://downloads.sourceforge.net/lxde/files/$name-$version.tar.gz)
+
+build() {
+ cd $name-$version
+ ./configure --prefix=/usr
+ make
+ make DESTDIR=$PKG install
+}
+