From eb6c79a7246a9afca15cf198d52467d25dd17764 Mon Sep 17 00:00:00 2001 From: crocket Date: Wed, 26 Dec 2012 10:31:52 +0100 Subject: network/quvi: Updated for version 0.4.2. Signed-off-by: Matteo Bernardini --- network/quvi/quvi.SlackBuild | 25 +++++++++++-------------- network/quvi/quvi.info | 10 +++++----- network/quvi/slack-desc | 12 ++++++------ 3 files changed, 22 insertions(+), 25 deletions(-) (limited to 'network') diff --git a/network/quvi/quvi.SlackBuild b/network/quvi/quvi.SlackBuild index 00917310e5..4608fe8092 100644 --- a/network/quvi/quvi.SlackBuild +++ b/network/quvi/quvi.SlackBuild @@ -2,11 +2,12 @@ # Slackware build script for quvi -# Written by crocket (crockabiscuit@gmail.com) +# Made by trebol 2012/12/13 +# Modified by crocket /dev/null || true find $PKG/usr/man -type f -exec gzip -9 {} \; for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a \ - AUTHORS COPYING ChangeLog INSTALL NEWS README \ - $PKG/usr/doc/$PRGNAM-$VERSION +cp -a $DOCS $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mkdir -p $PKG/install @@ -85,4 +83,3 @@ cat $CWD/slack-desc > $PKG/install/slack-desc cd $PKG /sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz} - diff --git a/network/quvi/quvi.info b/network/quvi/quvi.info index 6ab399f2bd..d656fbf937 100644 --- a/network/quvi/quvi.info +++ b/network/quvi/quvi.info @@ -1,10 +1,10 @@ PRGNAM="quvi" -VERSION="0.2.19" -HOMEPAGE="http://quvi.sourceforge.net/" -DOWNLOAD="http://downloads.sourceforge.net/quvi/quvi-0.2.19.tar.xz" -MD5SUM="9c2dd18b27d484845ef30a8fac72b630" +VERSION="0.4.2" +HOMEPAGE="http://quvi.sourceforge.net" +DOWNLOAD="http://downloads.sourceforge.net/quvi/quvi-0.4.2.tar.xz" +MD5SUM="66cb0dda70f2900c58c4b87b2d76007b" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="lua" +REQUIRES="libquvi" MAINTAINER="crocket" EMAIL="crockabiscuit@gmail.com" diff --git a/network/quvi/slack-desc b/network/quvi/slack-desc index c9e78a1860..3a5085a4f6 100644 --- a/network/quvi/slack-desc +++ b/network/quvi/slack-desc @@ -1,9 +1,9 @@ # HOW TO EDIT THIS FILE: -# The "handy ruler" below makes it easier to edit a package description. Line -# up the first '|' above the ':' following the base package name, and the '|' -# on the right side marks the last column you can put a character in. You must -# make exactly 11 lines for the formatting to be correct. It's also -# customary to leave one space after the ':'. +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. |-----handy-ruler------------------------------------------------------| quvi: quvi (video download link parser) @@ -13,7 +13,7 @@ quvi: supports Youtube and other video websites. libquvi is a library for quvi: parsing video download links with C API. It is written in C, and quvi: intended to be a cross-platform library. quvi: -quvi: Website : http://quvi.sourceforge.net/ +quvi: homepage: http://quvi.sourceforge.net quvi: quvi: quvi: -- cgit v1.2.3