system/amanda: Updated for version 3.3.8.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Willy Sudiarto Raharjo 2016-01-24 07:07:46 +07:00
parent 3dccf69721
commit e6c392c9f5
2 changed files with 6 additions and 6 deletions

View file

@ -32,7 +32,7 @@
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=amanda
VERSION=${VERSION:-3.3.7p1}
VERSION=${VERSION:-3.3.8}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -123,7 +123,7 @@ CXXFLAGS="$SLKCFLAGS" \
make
make install DESTDIR=$PKG
find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
chown -R root:root $PKG/usr/man

View file

@ -1,8 +1,8 @@
PRGNAM="amanda"
VERSION="3.3.7p1"
VERSION="3.3.8"
HOMEPAGE="http://www.amanda.org/"
DOWNLOAD="http://downloads.sourceforge.net/amanda/amanda-3.3.7p1.tar.gz"
MD5SUM="621d39b5a328f465fece4653c170cf7f"
DOWNLOAD="http://downloads.sourceforge.net/amanda/amanda-3.3.8.tar.gz"
MD5SUM="2e9bb80fd177908cf9c1b010b4399455"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""