2
0
mirror of https://github.com/xcat2/xcat-dep.git synced 2024-11-21 17:11:45 +00:00
xcat-dep/OpenSLP/make_deb.sh.bak
xq2005 3c4d8390fd do not build openslp for ubuntu dependency
Former-commit-id: 6fee59873f3857dc89d08e2f310d41105e443611
2012-10-24 07:31:52 +00:00

10 lines
383 B
Bash
Executable File

#!/bin/bash
wget "http://downloads.sourceforge.net/project/openslp/OpenSLP/1.2.1/openslp-1.2.1.tar.gz?r=http%3A%2F%2Fsourceforge.net%2Fprojects%2Fopenslp%2Ffiles%2FOpenSLP%2F1.2.1%2Fopenslp-1.2.1.tar.gz%2Fdownload&ts=1334057514&use_mirror=freefr" -O openslp-1.2.1.tar.gz
tar xvfz openslp-1.2.1.tar.gz
cd openslp-1.2.1
cp -rL ../debian .
dpkg-buildpackage
cd -
rm -rf openslp-1.2.1*