diff options
author | Thierry N <thierryn1 at hispeed dot ch> | 2009-08-11 22:15:39 +0200 |
---|---|---|
committer | Thierry N <thierryn1 at hispeed dot ch> | 2009-08-11 22:15:39 +0200 |
commit | f9b187a2360d5dd3d6d6ab299d01bd241344348c (patch) | |
tree | 0c4a18e1a43a247a656fd7944f7fe6f3f4e2544a /extra/openslp | |
parent | afd1de4942c9cfe78a359af2d461e8d85967ecd9 (diff) | |
download | nutyx-pakxe-f9b187a2360d5dd3d6d6ab299d01bd241344348c.tar.gz nutyx-pakxe-f9b187a2360d5dd3d6d6ab299d01bd241344348c.tar.bz2 nutyx-pakxe-f9b187a2360d5dd3d6d6ab299d01bd241344348c.tar.xz nutyx-pakxe-f9b187a2360d5dd3d6d6ab299d01bd241344348c.zip |
Ajout de openslp#1.2.1-1
Diffstat (limited to 'extra/openslp')
-rw-r--r-- | extra/openslp/Pkgfile | 18 |
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 +} |