diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2012-10-10 20:03:26 +0200 |
---|---|---|
committer | dsomero <xgizzmo@slackbuilds.org> | 2012-11-04 09:53:50 -0500 |
commit | b924ba3422d347e0a796e1e428a1bf4355d297f1 (patch) | |
tree | 83b6153f743717242a5d5ed8015afff3da627dec /libraries/gssdp | |
parent | a5d15c6bc7f5a1a5b7c034d738f840ae6776be44 (diff) | |
download | slackbuilds-b924ba3422d347e0a796e1e428a1bf4355d297f1.tar.gz |
libraries/gssdp: Updated for version 0.12.2.1.
Noted the optional dependency vala
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'libraries/gssdp')
-rw-r--r-- | libraries/gssdp/README | 2 | ||||
-rw-r--r-- | libraries/gssdp/gssdp.SlackBuild | 4 | ||||
-rw-r--r-- | libraries/gssdp/gssdp.info | 6 |
3 files changed, 7 insertions, 5 deletions
diff --git a/libraries/gssdp/README b/libraries/gssdp/README index 259c01c7a8..63e97c9977 100644 --- a/libraries/gssdp/README +++ b/libraries/gssdp/README @@ -1,2 +1,4 @@ A GObject-based API for handling resource discovery and announcement over SSDP. + +vala is an optional dependency. diff --git a/libraries/gssdp/gssdp.SlackBuild b/libraries/gssdp/gssdp.SlackBuild index d7ceb3e437..3941228eed 100644 --- a/libraries/gssdp/gssdp.SlackBuild +++ b/libraries/gssdp/gssdp.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=gssdp -VERSION=${VERSION:-0.9.1} +VERSION=${VERSION:-0.12.2.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -60,7 +60,7 @@ rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $PRGNAM-$VERSION -tar xvf $CWD/$PRGNAM-$VERSION.tar.gz +tar xvf $CWD/$PRGNAM-$VERSION.tar.?z* cd $PRGNAM-$VERSION chown -R root:root . find . \ diff --git a/libraries/gssdp/gssdp.info b/libraries/gssdp/gssdp.info index ac30971b68..135cd847a9 100644 --- a/libraries/gssdp/gssdp.info +++ b/libraries/gssdp/gssdp.info @@ -1,8 +1,8 @@ PRGNAM="gssdp" -VERSION="0.9.1" +VERSION="0.12.2.1" HOMEPAGE="http://gupnp.org/" -DOWNLOAD="http://gupnp.org/sites/all/files/sources/gssdp-0.9.1.tar.gz" -MD5SUM="5ae84d843ae5a7b34a975f62b325fdb5" +DOWNLOAD="http://ftp.gnome.org/pub/GNOME/sources/gssdp/0.12/gssdp-0.12.2.1.tar.xz" +MD5SUM="8ac3a544ef0dcf8caaf7c249d2a50dc2" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |