summaryrefslogtreecommitdiffstats
path: root/openslp
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2012-01-08 12:15:45 +0100
committertnut <tnut at nutyx dot com>2012-01-08 12:15:45 +0100
commit3f57a7f93b3e7550cbd73036f6a56654e17d1d5c (patch)
tree819b14ab0377fe2054fe59866669d904e9e0b4b5 /openslp
parentc9972ec7f32bf9d37388e853fe9bf633e242d05a (diff)
downloadnutyx-extra-3f57a7f93b3e7550cbd73036f6a56654e17d1d5c.tar.gz
nutyx-extra-3f57a7f93b3e7550cbd73036f6a56654e17d1d5c.tar.bz2
nutyx-extra-3f57a7f93b3e7550cbd73036f6a56654e17d1d5c.tar.xz
nutyx-extra-3f57a7f93b3e7550cbd73036f6a56654e17d1d5c.zip
split de git pakxe et NuTyX-extra
Diffstat (limited to 'openslp')
-rw-r--r--openslp/.footprint.i68617
-rw-r--r--openslp/.footprint.x86_6417
-rw-r--r--openslp/.md5sum.i6861
-rw-r--r--openslp/.md5sum.x86_641
-rw-r--r--openslp/Pkgfile20
5 files changed, 56 insertions, 0 deletions
diff --git a/openslp/.footprint.i686 b/openslp/.footprint.i686
new file mode 100644
index 000000000..f9aa6dfb0
--- /dev/null
+++ b/openslp/.footprint.i686
@@ -0,0 +1,17 @@
+drwxr-xr-x root/root etc/
+-rw-r--r-- root/root etc/slp.conf
+-rw-r--r-- root/root etc/slp.reg
+-rw-r--r-- root/root etc/slp.spi
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/bin/
+-rwxr-xr-x root/root usr/bin/slptool
+drwxr-xr-x root/root usr/include/
+-rw-r--r-- root/root usr/include/slp.h
+drwxr-xr-x root/root usr/lib/
+-rw-r--r-- root/root usr/lib/libslp.a
+-rwxr-xr-x root/root usr/lib/libslp.la
+lrwxrwxrwx root/root usr/lib/libslp.so -> libslp.so.1.0.1
+lrwxrwxrwx root/root usr/lib/libslp.so.1 -> libslp.so.1.0.1
+-rwxr-xr-x root/root usr/lib/libslp.so.1.0.1
+drwxr-xr-x root/root usr/sbin/
+-rwxr-xr-x root/root usr/sbin/slpd
diff --git a/openslp/.footprint.x86_64 b/openslp/.footprint.x86_64
new file mode 100644
index 000000000..f9aa6dfb0
--- /dev/null
+++ b/openslp/.footprint.x86_64
@@ -0,0 +1,17 @@
+drwxr-xr-x root/root etc/
+-rw-r--r-- root/root etc/slp.conf
+-rw-r--r-- root/root etc/slp.reg
+-rw-r--r-- root/root etc/slp.spi
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/bin/
+-rwxr-xr-x root/root usr/bin/slptool
+drwxr-xr-x root/root usr/include/
+-rw-r--r-- root/root usr/include/slp.h
+drwxr-xr-x root/root usr/lib/
+-rw-r--r-- root/root usr/lib/libslp.a
+-rwxr-xr-x root/root usr/lib/libslp.la
+lrwxrwxrwx root/root usr/lib/libslp.so -> libslp.so.1.0.1
+lrwxrwxrwx root/root usr/lib/libslp.so.1 -> libslp.so.1.0.1
+-rwxr-xr-x root/root usr/lib/libslp.so.1.0.1
+drwxr-xr-x root/root usr/sbin/
+-rwxr-xr-x root/root usr/sbin/slpd
diff --git a/openslp/.md5sum.i686 b/openslp/.md5sum.i686
new file mode 100644
index 000000000..5b1e93290
--- /dev/null
+++ b/openslp/.md5sum.i686
@@ -0,0 +1 @@
+ff9999d1b44017281dd00ed2c4d32330 openslp-1.2.1.tar.gz
diff --git a/openslp/.md5sum.x86_64 b/openslp/.md5sum.x86_64
new file mode 100644
index 000000000..5b1e93290
--- /dev/null
+++ b/openslp/.md5sum.x86_64
@@ -0,0 +1 @@
+ff9999d1b44017281dd00ed2c4d32330 openslp-1.2.1.tar.gz
diff --git a/openslp/Pkgfile b/openslp/Pkgfile
new file mode 100644
index 000000000..0c67241a9
--- /dev/null
+++ b/openslp/Pkgfile
@@ -0,0 +1,20 @@
+# Description: Service Location Protocol
+# URL: http://www.openslp.org
+# Maintainer: NuTyX core team
+# Packager: thierryn1 at hispeed dot ch
+# Depends on:
+# Run 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
+}
+