mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
audio/ario: Updated for version 1.2
This commit is contained in:
parent
bdc2f9ff50
commit
e1744a4a7b
3 changed files with 10 additions and 10 deletions
|
@ -4,4 +4,5 @@ to be much lighter and faster.
|
|||
|
||||
Dependencies, available at SlackBuilds.org
|
||||
libsoup (required)
|
||||
libnotify (required)
|
||||
Avahi (optional)
|
||||
|
|
|
@ -1,12 +1,10 @@
|
|||
#!/bin/sh
|
||||
#!/bin/sh -eu
|
||||
|
||||
# Slackware build script for Ario
|
||||
# Written by Erik Hanson erik@slackbuilds.org
|
||||
|
||||
set -eu
|
||||
|
||||
PRGNAM=ario
|
||||
VERSION=1.1
|
||||
VERSION=1.2
|
||||
ARCH=${ARCH:-i486}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
@ -28,9 +26,8 @@ rm -rf $PKG
|
|||
mkdir -p $TMP $PKG
|
||||
cd $TMP
|
||||
rm -rf $PRGNAM-$VERSION
|
||||
mkdir $PRGNAM-$VERSION # The source has no parent.
|
||||
cd $PRGNAM-$VERSION
|
||||
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
|
||||
cd $PRGNAM-$VERSION
|
||||
chown -R root:root .
|
||||
find . \
|
||||
\( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \
|
||||
|
@ -47,6 +44,8 @@ CFLAGS="$SLKCFLAGS" \
|
|||
--sysconfdir=/etc \
|
||||
--localstatedir=/var/lib \
|
||||
--disable-static \
|
||||
--enable-python \
|
||||
--enable-mpdidle \
|
||||
--${AVAHI}-avahi
|
||||
|
||||
make
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="ario"
|
||||
VERSION="1.1"
|
||||
VERSION="1.2"
|
||||
HOMEPAGE="http://ario-player.sourceforge.net/"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/ario-player/ario-1.1.tar.gz"
|
||||
MD5SUM=""e5b20724ecc9f6f5aee05a6cd0e943bc
|
||||
DOWNLOAD="http://downloads.sourceforge.net/ario-player/ario-1.2.tar.gz"
|
||||
MD5SUM="73504fe9475ec1d812ecdb4e48b2a320"
|
||||
MAINTAINER="Erik Hanson"
|
||||
EMAIL="erik@slackbuilds.org"
|
||||
APPROVED="David Somero"
|
||||
APPROVED="dsomero"
|
Loading…
Reference in a new issue