mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
libraries/pylast: Updated for version 1.0.0.
Signed-off-by: dslackw <d.zlatanidis@gmail.com>
This commit is contained in:
parent
08e2ab4588
commit
31111d6035
2 changed files with 5 additions and 7 deletions
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=pylast
|
||||
VERSION=${VERSION:-0.5.11}
|
||||
VERSION=${VERSION:-1.0.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -78,9 +78,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
|
|||
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a \
|
||||
README PKG-INFO \
|
||||
$PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a COPYING PKG-INFO $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
|
||||
mkdir -p $PKG/install
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="pylast"
|
||||
VERSION="0.5.11"
|
||||
VERSION="1.0.0"
|
||||
HOMEPAGE="http://code.google.com/p/pylast/"
|
||||
DOWNLOAD="https://pypi.python.org/packages/source/p/pylast/pylast-0.5.11.tar.gz"
|
||||
MD5SUM="506cf1b13020b3ed2f3c845ea0c9830e"
|
||||
DOWNLOAD="https://pypi.python.org/packages/source/p/pylast/pylast-1.0.0.tar.gz"
|
||||
MD5SUM="a8404fee22b55352c9da25d6fa55c38c"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue