From bcd1f11f7f95dca1e4ecd9c90ad85d9980bf3f63 Mon Sep 17 00:00:00 2001 From: sibel Date: Thu, 3 Mar 2011 17:07:16 +0100 Subject: openslp déplacé dans base MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- base/openslp/.footprint.i686 | 17 +++++++++++++++++ base/openslp/.footprint.x86_64 | 17 +++++++++++++++++ base/openslp/.md5sum.i686 | 1 + base/openslp/.md5sum.x86_64 | 1 + base/openslp/Pkgfile | 20 ++++++++++++++++++++ extra/openslp/.footprint.i686 | 17 ----------------- extra/openslp/.footprint.x86_64 | 17 ----------------- extra/openslp/.md5sum.i686 | 1 - extra/openslp/.md5sum.x86_64 | 1 - extra/openslp/Pkgfile | 20 -------------------- 10 files changed, 56 insertions(+), 56 deletions(-) create mode 100644 base/openslp/.footprint.i686 create mode 100644 base/openslp/.footprint.x86_64 create mode 100644 base/openslp/.md5sum.i686 create mode 100644 base/openslp/.md5sum.x86_64 create mode 100644 base/openslp/Pkgfile delete mode 100644 extra/openslp/.footprint.i686 delete mode 100644 extra/openslp/.footprint.x86_64 delete mode 100644 extra/openslp/.md5sum.i686 delete mode 100644 extra/openslp/.md5sum.x86_64 delete mode 100644 extra/openslp/Pkgfile diff --git a/base/openslp/.footprint.i686 b/base/openslp/.footprint.i686 new file mode 100644 index 000000000..f9aa6dfb0 --- /dev/null +++ b/base/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/base/openslp/.footprint.x86_64 b/base/openslp/.footprint.x86_64 new file mode 100644 index 000000000..f9aa6dfb0 --- /dev/null +++ b/base/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/base/openslp/.md5sum.i686 b/base/openslp/.md5sum.i686 new file mode 100644 index 000000000..5b1e93290 --- /dev/null +++ b/base/openslp/.md5sum.i686 @@ -0,0 +1 @@ +ff9999d1b44017281dd00ed2c4d32330 openslp-1.2.1.tar.gz diff --git a/base/openslp/.md5sum.x86_64 b/base/openslp/.md5sum.x86_64 new file mode 100644 index 000000000..5b1e93290 --- /dev/null +++ b/base/openslp/.md5sum.x86_64 @@ -0,0 +1 @@ +ff9999d1b44017281dd00ed2c4d32330 openslp-1.2.1.tar.gz diff --git a/base/openslp/Pkgfile b/base/openslp/Pkgfile new file mode 100644 index 000000000..0c67241a9 --- /dev/null +++ b/base/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 +} + diff --git a/extra/openslp/.footprint.i686 b/extra/openslp/.footprint.i686 deleted file mode 100644 index f9aa6dfb0..000000000 --- a/extra/openslp/.footprint.i686 +++ /dev/null @@ -1,17 +0,0 @@ -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/extra/openslp/.footprint.x86_64 b/extra/openslp/.footprint.x86_64 deleted file mode 100644 index f9aa6dfb0..000000000 --- a/extra/openslp/.footprint.x86_64 +++ /dev/null @@ -1,17 +0,0 @@ -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/extra/openslp/.md5sum.i686 b/extra/openslp/.md5sum.i686 deleted file mode 100644 index 5b1e93290..000000000 --- a/extra/openslp/.md5sum.i686 +++ /dev/null @@ -1 +0,0 @@ -ff9999d1b44017281dd00ed2c4d32330 openslp-1.2.1.tar.gz diff --git a/extra/openslp/.md5sum.x86_64 b/extra/openslp/.md5sum.x86_64 deleted file mode 100644 index 5b1e93290..000000000 --- a/extra/openslp/.md5sum.x86_64 +++ /dev/null @@ -1 +0,0 @@ -ff9999d1b44017281dd00ed2c4d32330 openslp-1.2.1.tar.gz diff --git a/extra/openslp/Pkgfile b/extra/openslp/Pkgfile deleted file mode 100644 index 0c67241a9..000000000 --- a/extra/openslp/Pkgfile +++ /dev/null @@ -1,20 +0,0 @@ -# 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 -} - -- cgit v1.2.3-70-g09d2