summaryrefslogtreecommitdiffstats
path: root/extra/openslp
diff options
context:
space:
mode:
authorThierry N <thierryn1 at hispeed dot ch>2009-08-11 22:15:39 +0200
committerThierry N <thierryn1 at hispeed dot ch>2009-08-11 22:15:39 +0200
commitf9b187a2360d5dd3d6d6ab299d01bd241344348c (patch)
tree0c4a18e1a43a247a656fd7944f7fe6f3f4e2544a /extra/openslp
parentafd1de4942c9cfe78a359af2d461e8d85967ecd9 (diff)
downloadnutyx-extra-f9b187a2360d5dd3d6d6ab299d01bd241344348c.tar.gz
nutyx-extra-f9b187a2360d5dd3d6d6ab299d01bd241344348c.tar.bz2
nutyx-extra-f9b187a2360d5dd3d6d6ab299d01bd241344348c.tar.xz
nutyx-extra-f9b187a2360d5dd3d6d6ab299d01bd241344348c.zip
Ajout de openslp#1.2.1-1
Diffstat (limited to 'extra/openslp')
-rw-r--r--extra/openslp/Pkgfile18
1 files changed, 18 insertions, 0 deletions
diff --git a/extra/openslp/Pkgfile b/extra/openslp/Pkgfile
new file mode 100644
index 000000000..06d761e02
--- /dev/null
+++ b/extra/openslp/Pkgfile
@@ -0,0 +1,18 @@
+# Description: Service Location Protocol
+# URL: http://www.openslp.org
+# Maintainer: NuTyX core team
+# Packager: thierryn1 at hispeed dot ch
+# Depends on:
+
+name=openslp
+version=1.2.1
+release=1
+source=(http://downloads.sourceforge.net/$name/$name-$version.tar.gz)
+
+build() {
+ cd $name-$version
+ ./configure --prefix=/usr
+ make
+ make DESTDIR=$PKG install
+ rm -rf $PKG/usr/doc
+}