mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
system/dar: Updated for version 2.4.16.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
3d95b52e6f
commit
563b4a8f90
2 changed files with 7 additions and 7 deletions
|
@ -3,7 +3,7 @@
|
|||
# Slackware Package Build Script for Disk ARchive (DAR)
|
||||
# Home Page http://dar.linux.free.fr/
|
||||
|
||||
# Copyright (c) 2007-2014, Nishant Limbachia, Hoffman Estates, IL, USA
|
||||
# Copyright (c) 2007-2015, Nishant Limbachia, Hoffman Estates, IL, USA
|
||||
# <nishant _AT_ mnspace _DOT_ net>
|
||||
# All rights reserved.
|
||||
#
|
||||
|
@ -30,7 +30,7 @@
|
|||
# No additional license terms added :-)
|
||||
|
||||
PRGNAM="dar"
|
||||
VERSION=${VERSION:-2.4.15}
|
||||
VERSION=${VERSION:-2.4.16}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -73,7 +73,7 @@ find -L . \
|
|||
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
|
||||
-o -perm 511 \) -exec chmod 755 {} \; -o \
|
||||
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
|
||||
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
|
||||
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
|
||||
|
||||
LDFLAGS="-L/usr/lib${LIBDIRSUFFIX} -L/lib${LIBDIRSUFFIX}" \
|
||||
CFLAGS="$SLKCFLAGS" \
|
||||
|
@ -93,7 +93,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
|
||||
|
||||
find $PKG/usr/man -type f -exec gzip -9 {} \;
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="dar"
|
||||
VERSION="2.4.15"
|
||||
VERSION="2.4.16"
|
||||
HOMEPAGE="http://dar.linux.free.fr/"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/dar/dar-2.4.15.tar.gz"
|
||||
MD5SUM="29e3b32ea7881e7f52c5812feac1a9d2"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/dar/dar-2.4.16.tar.gz"
|
||||
MD5SUM="d0f937f7164027d3502f1d8528f6aa04"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue