mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
multimedia/loopy: Updated for version 0.5.1.
This commit is contained in:
parent
1f137c64ff
commit
6f0574c961
2 changed files with 6 additions and 6 deletions
|
@ -5,7 +5,7 @@
|
|||
# Written by Larry Hajali <larryhaja[at]gmail[dot]com>
|
||||
|
||||
PRGNAM=loopy
|
||||
VERSION=${VERSION:-0.3}
|
||||
VERSION=${VERSION:-0.5.1}
|
||||
ARCH=${ARCH:-i486}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
@ -57,7 +57,7 @@ cd ..
|
|||
find . | xargs file | grep "executable" | grep ELF | cut -f 1 -d : | \
|
||||
xargs strip --strip-unneeded 2> /dev/null || true
|
||||
find . | xargs file | grep "shared object" | grep ELF | cut -f 1 -d : | \
|
||||
xargs strip --strip-unneeded 2> /dev/null
|
||||
xargs strip --strip-unneeded 2> /dev/null || true
|
||||
)
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="loopy"
|
||||
VERSION="0.3"
|
||||
VERSION="0.5.1"
|
||||
HOMEPAGE="http://www.kde-apps.org/content/show.php/Loopy?content=120880"
|
||||
DOWNLOAD="http://www.kde-apps.org/CONTENT/content-files/120880-loopy_0.3.tar.gz"
|
||||
MD5SUM="8233c484ffe5e31dd0757ee120a8d7cf"
|
||||
DOWNLOAD="http://www.kde-apps.org/CONTENT/content-files/120880-loopy_0.5.1.tar.gz"
|
||||
MD5SUM="00a3d07c19124ee655e4b88c95ddd827"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="Larry Hajali"
|
||||
EMAIL="larryhaja[at]gmail[dot]com"
|
||||
APPROVED="Erik Hanson"
|
||||
APPROVED="dsomero"
|
||||
|
|
Loading…
Reference in a new issue