mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
network/movgrab: Updated for version 1.2.1.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
3ba630a141
commit
1372933789
4 changed files with 14 additions and 15 deletions
|
@ -1,6 +1,6 @@
|
||||||
movgrab is a downloader for all those pesky sites that insist you use a big
|
movgrab is a downloader for all those pesky sites that insist you use a
|
||||||
fat browser that runs flash in order to see their content.
|
big fat browser that runs flash in order to see their content. It's a
|
||||||
It's a command-line app written in straight C.
|
command-line app written in straight C.
|
||||||
|
|
||||||
Supports HTTP Proxy server.
|
Supports HTTP Proxy server.
|
||||||
Supports std-out (eg movgrab -f - URL | mplayer -).
|
Supports std-out (eg movgrab -f - URL | mplayer -).
|
||||||
|
|
|
@ -10,7 +10,7 @@ TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
if [ -z "$ARCH" ]; then
|
if [ -z "$ARCH" ]; then
|
||||||
case "$( uname -m )" in
|
case "$( uname -m )" in
|
||||||
i?86) ARCH=i486 ;;
|
i?86) ARCH=i586 ;;
|
||||||
arm*) ARCH=arm ;;
|
arm*) ARCH=arm ;;
|
||||||
*) ARCH=$( uname -m ) ;;
|
*) ARCH=$( uname -m ) ;;
|
||||||
esac
|
esac
|
||||||
|
@ -21,8 +21,8 @@ TMP=${TMP:-/tmp/SBo}
|
||||||
PKG=$TMP/package-$PRGNAM
|
PKG=$TMP/package-$PRGNAM
|
||||||
OUTPUT=${OUTPUT:-/tmp}
|
OUTPUT=${OUTPUT:-/tmp}
|
||||||
|
|
||||||
if [ "$ARCH" = "i486" ]; then
|
if [ "$ARCH" = "i586" ]; then
|
||||||
SLKCFLAGS="-O2 -march=i486 -mtune=i686"
|
SLKCFLAGS="-O2 -march=i586 -mtune=i686"
|
||||||
LIBDIRSUFFIX=""
|
LIBDIRSUFFIX=""
|
||||||
elif [ "$ARCH" = "i686" ]; then
|
elif [ "$ARCH" = "i686" ]; then
|
||||||
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
|
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
|
||||||
|
@ -45,10 +45,10 @@ tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
|
||||||
cd $PRGNAM-$VERSION
|
cd $PRGNAM-$VERSION
|
||||||
chown -R root:root .
|
chown -R root:root .
|
||||||
find -L . \
|
find -L . \
|
||||||
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 -o -perm 511 \) \
|
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
|
||||||
-exec chmod 755 {} \; -o \
|
-o -perm 511 \) -exec chmod 755 {} \; -o \
|
||||||
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
|
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
|
||||||
-exec chmod 644 {} \;
|
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
|
||||||
|
|
||||||
CFLAGS="$SLKCFLAGS" \
|
CFLAGS="$SLKCFLAGS" \
|
||||||
CXXFLAGS="$SLKCFLAGS"
|
CXXFLAGS="$SLKCFLAGS"
|
||||||
|
@ -81,7 +81,6 @@ cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||||
|
|
||||||
mkdir -p $PKG/install
|
mkdir -p $PKG/install
|
||||||
cat $CWD/slack-desc > $PKG/install/slack-desc
|
cat $CWD/slack-desc > $PKG/install/slack-desc
|
||||||
#cat $CWD/doinst.sh > $PKG/install/doinst.sh
|
|
||||||
|
|
||||||
cd $PKG
|
cd $PKG
|
||||||
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}
|
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}
|
||||||
|
|
|
@ -6,5 +6,5 @@ MD5SUM="db162d6963b9753d6235f23419d08a5a"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES=""
|
REQUIRES=""
|
||||||
MAINTAINER="Korgman"
|
MAINTAINER="Michales Michaloudes"
|
||||||
EMAIL="korgie@gmail.com"
|
EMAIL="korgie@gmail.com"
|
||||||
|
|
|
@ -5,7 +5,9 @@
|
||||||
# You must make exactly 11 lines for the formatting to be correct. It's also
|
# 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.
|
# customary to leave one space after the ':' except on otherwise blank lines.
|
||||||
|
|
||||||
|-----handy-ruler------------------------------------------------------|
|
|-----handy-ruler------------------------------------------------------|
|
||||||
|
movgrab: movgrab (lightweight downloader)
|
||||||
|
movgrab:
|
||||||
movgrab: movgrab is a downloader for all those pesky sites that insist you use
|
movgrab: movgrab is a downloader for all those pesky sites that insist you use
|
||||||
movgrab: a big fat browser that runs flash in order to see their content.
|
movgrab: a big fat browser that runs flash in order to see their content.
|
||||||
movgrab: It's a command-line app written in straight C.
|
movgrab: It's a command-line app written in straight C.
|
||||||
|
@ -15,5 +17,3 @@ movgrab:
|
||||||
movgrab:
|
movgrab:
|
||||||
movgrab:
|
movgrab:
|
||||||
movgrab:
|
movgrab:
|
||||||
movgrab:
|
|
||||||
movgrab:
|
|
||||||
|
|
Loading…
Reference in a new issue