quvi: update to 0.4.2.

This commit is contained in:
Juan RP 2013-10-02 15:09:26 +02:00
parent c4293c80eb
commit beabe00f69
1 changed files with 6 additions and 4 deletions

View File

@ -1,15 +1,17 @@
# Template file for 'quvi' # Template file for 'quvi'
pkgname=quvi pkgname=quvi
version=0.4.1 version=0.4.2
revision=1 revision=1
build_style=gnu-configure build_style=gnu-configure
makedepends="pkg-config libquvi-devel" configure_args="ac_cv_func_malloc_0_nonnull=yes ac_cv_func_realloc_0_nonnull=yes"
hostmakedepends="pkg-config"
makedepends="libquvi-devel"
short_desc="Command-line tool for parsing video download links" short_desc="Command-line tool for parsing video download links"
maintainer="Juan RP <xtraeme@gmail.com>" maintainer="Juan RP <xtraeme@gmail.com>"
license="LGPL-2.1" license="LGPL-2.1"
homepage="http://quvi.sourceforge.net/" homepage="http://quvi.sourceforge.net/"
distfiles="${SOURCEFORGE_SITE}/quvi/quvi-$version.tar.gz" distfiles="${SOURCEFORGE_SITE}/quvi/quvi-$version.tar.gz"
checksum=0dd934a4fc0e58d2655efe85c212e182f3adbbde4690d00a735177e1e264ba5a checksum=85a54308bb0b682db9d4a8a4e7341d3d3bc9d3037c15f5ddad104efb45dbc5c4
long_desc=" long_desc="
It originates from the idea of working around the flash requirement found It originates from the idea of working around the flash requirement found
on many media hosting websites (e.g. YouTube). on many media hosting websites (e.g. YouTube).
@ -23,6 +25,6 @@ long_desc="
quvi_package() { quvi_package() {
pkg_install() { pkg_install() {
vmove usr vmove all
} }
} }