libraries/libquvi-scripts: Updated for version 0.4.21.
Plus new maintainer. Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
ec12df2483
commit
e4cdc2840d
|
@ -1 +1,2 @@
|
|||
Lua scripts required by libquvi.
|
||||
A selection of Lua scripts that libquvi calls upon to parse the
|
||||
properties for a media URL.
|
||||
|
|
|
@ -4,9 +4,10 @@
|
|||
|
||||
# Made by trebol 2012/12/13
|
||||
# Modified by crocket <crockabiscuit@gmail.com>
|
||||
# Maintained by slackmuz <petar.linog@gmail.com>
|
||||
|
||||
PRGNAM=libquvi-scripts
|
||||
VERSION=${VERSION:-0.4.10}
|
||||
VERSION=${VERSION:-0.4.21}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -49,10 +50,10 @@ tar xvf $CWD/$PRGNAM-$VERSION.tar.xz
|
|||
cd $PRGNAM-$VERSION
|
||||
chown -R root:root .
|
||||
find -L . \
|
||||
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 -o -perm 511 \) \
|
||||
-exec chmod 755 {} \; -o \
|
||||
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
|
||||
-exec chmod 644 {} \;
|
||||
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
|
||||
-o -perm 511 \) -exec chmod 755 {} \; -o \
|
||||
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
|
||||
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
|
||||
|
||||
CFLAGS="$SLKCFLAGS" \
|
||||
CXXFLAGS="$SLKCFLAGS" \
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="libquvi-scripts"
|
||||
VERSION="0.4.10"
|
||||
VERSION="0.4.21"
|
||||
HOMEPAGE="http://quvi.sourceforge.net"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/quvi/libquvi-scripts-0.4.10.tar.xz"
|
||||
MD5SUM="ff79b40f6fb886c144ef18169eab0084"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/quvi/libquvi-scripts-0.4.21.tar.xz"
|
||||
MD5SUM="2690c995b7cd6193cbc774a7d89a885c"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="lua"
|
||||
MAINTAINER="crocket"
|
||||
EMAIL="crockabiscuit@gmail.com"
|
||||
MAINTAINER="slackmuz"
|
||||
EMAIL="petar.linog@gmail.com"
|
||||
|
|
|
@ -7,7 +7,8 @@
|
|||
|-----handy-ruler------------------------------------------------------|
|
||||
libquvi-scripts: libquvi-scripts (Lua scripts for libquvi)
|
||||
libquvi-scripts:
|
||||
libquvi-scripts: This package contains lua scripts required by libquvi.
|
||||
libquvi-scripts: A selection of Lua scripts that libquvi calls upon to parse the
|
||||
libquvi-scripts: properties for a media URL.
|
||||
libquvi-scripts:
|
||||
libquvi-scripts: homepage: http://quvi.sourceforge.net
|
||||
libquvi-scripts:
|
||||
|
@ -15,4 +16,3 @@ libquvi-scripts:
|
|||
libquvi-scripts:
|
||||
libquvi-scripts:
|
||||
libquvi-scripts:
|
||||
libquvi-scripts:
|
||||
|
|
Loading…
Reference in New Issue