mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
audio/ncmpcpp: Updated for version 0.4
This commit is contained in:
parent
deaef7a051
commit
d82d4819d6
3 changed files with 10 additions and 9 deletions
|
@ -3,4 +3,4 @@ but it contains some new features ncmpc doesn't have:
|
|||
lyrics, tag editor, playlists editor, fetching artist's info from
|
||||
last.fm, etc...
|
||||
|
||||
Requires mpd available at SlackBuilds.org
|
||||
This requires mpd.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh
|
||||
|
||||
# Slackware build script for ncmpc
|
||||
# Slackware build script for ncmpcpp
|
||||
|
||||
# Copyright 2006 Andrew Brouwers <abrouwers@gmail.com>
|
||||
# All rights reserved.
|
||||
|
@ -25,7 +25,7 @@
|
|||
# Modified by the SlackBuilds.org project
|
||||
|
||||
PRGNAM=ncmpcpp
|
||||
VERSION=0.3.4
|
||||
VERSION=0.4
|
||||
ARCH=${ARCH:-i486}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
@ -81,4 +81,4 @@ mkdir -p $PKG/install
|
|||
cat $CWD/slack-desc > $PKG/install/slack-desc
|
||||
|
||||
cd $PKG
|
||||
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.tgz
|
||||
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,9 +1,10 @@
|
|||
PRGNAM="ncmpcpp"
|
||||
VERSION="0.3.4"
|
||||
VERSION="0.4"
|
||||
HOMEPAGE="http://unkart.ovh.org/ncmpcpp/"
|
||||
DOWNLOAD="http://unkart.ovh.org/ncmpcpp/ncmpcpp-0.3.4.tar.bz2"
|
||||
MD5SUM="8500b8afb551bb299639246b959f8ac7"
|
||||
DOWNLOAD="http://unkart.ovh.org/ncmpcpp/ncmpcpp-0.4.tar.bz2"
|
||||
MD5SUM="7c06f7591fd3785e4a61c40e0e8e440f"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="Juan Camilo Noreña"
|
||||
EMAIL="jcnb81@gmail.com"
|
||||
APPROVED="dsomero"
|
||||
|
||||
APPROVED="Erik Hanson"
|
||||
|
|
Loading…
Reference in a new issue