mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
audio/podget: Updated for version 0.8.5, new maintainer.
Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
parent
799fd7e23b
commit
5625a4fae4
2 changed files with 20 additions and 8 deletions
|
@ -21,9 +21,14 @@
|
|||
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
||||
# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
# 20170712 bkw:
|
||||
# - Take over as maintainer
|
||||
# - Update for v0.8.5
|
||||
# - Get rid of CRLF line endings in a couple of the scripts
|
||||
# - Minor cleanups
|
||||
|
||||
PRGNAM=podget
|
||||
VERSION=${VERSION:-0.7.5}
|
||||
VERSION=${VERSION:-0.8.5}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -49,8 +54,15 @@ find -L . \
|
|||
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
|
||||
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
|
||||
|
||||
make
|
||||
prefix=/usr make DESTDIR=$PKG install
|
||||
# 20170712 bkw: get rid of DOS/Win line endings.
|
||||
find . -type f | \
|
||||
xargs file | \
|
||||
grep 'ASCII.*LF' | \
|
||||
cut -d: -f1 | \
|
||||
xargs sed -i 's,\r,,' \
|
||||
|| true
|
||||
|
||||
make -j1 prefix=/usr DESTDIR=$PKG install
|
||||
|
||||
mv $PKG/usr/share/man $PKG/usr/man
|
||||
rm -rf $PKG/usr/share
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="podget"
|
||||
VERSION="0.7.5"
|
||||
VERSION="0.8.5"
|
||||
HOMEPAGE="http://podget.sourceforge.net/index.php"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/podget/podget-0.7.5.tar.gz"
|
||||
MD5SUM="cfa34870a52cbea08c2fa554d57dc5f9"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/podget/podget-0.8.5.tar.gz"
|
||||
MD5SUM="7561c4d0f9e167004f2bd2c04f52be4b"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
MAINTAINER="orphaned - no maintainer"
|
||||
EMAIL="nobody@nowhere"
|
||||
MAINTAINER="B. Watson"
|
||||
EMAIL="yalhcru@gmail.com"
|
||||
|
|
Loading…
Reference in a new issue