From 2554b1311435b9f4f33043c67064465f46820903 Mon Sep 17 00:00:00 2001 From: Hunter Sezen Date: Sat, 29 Dec 2018 05:32:37 +0700 Subject: system/yash: Updated for version 2.48. Signed-off-by: Willy Sudiarto Raharjo --- system/yash/yash.SlackBuild | 10 +++++----- system/yash/yash.info | 6 +++--- 2 files changed, 8 insertions(+), 8 deletions(-) (limited to 'system/yash') diff --git a/system/yash/yash.SlackBuild b/system/yash/yash.SlackBuild index 50f3ee5b2dae..dd65ca9fafd2 100644 --- a/system/yash/yash.SlackBuild +++ b/system/yash/yash.SlackBuild @@ -24,8 +24,8 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=yash -VERSION=${VERSION:-2.47} -BUILD=${BUILD:-2} +VERSION=${VERSION:-2.48} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then @@ -77,13 +77,13 @@ CFLAGS="$SLKCFLAGS" \ --mandir=/usr/man make -make install-strip DESTDIR=$PKG +make install DESTDIR=$PKG mkdir -p $PKG/usr/bin ( cd $PKG/usr/bin ; ln -sf /bin/yash yash ) -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 -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 {} \; for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done diff --git a/system/yash/yash.info b/system/yash/yash.info index d24f97d04c4f..d48a6b4a1eed 100644 --- a/system/yash/yash.info +++ b/system/yash/yash.info @@ -1,8 +1,8 @@ PRGNAM="yash" -VERSION="2.47" +VERSION="2.48" HOMEPAGE="https://yash.osdn.jp/index.html.en" -DOWNLOAD="https://osdn.net/dl/yash/yash-2.47.tar.xz" -MD5SUM="b84a978d8b47336cdb92fafd8473cce6" +DOWNLOAD="https://osdn.net/dl/yash/yash-2.48.tar.xz" +MD5SUM="aabcbbdd4048dec486f3a4cea5dee2a2" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" -- cgit v1.2.3