From e5279d70f90a6146fa934a8c9fccc6877ce3d462 Mon Sep 17 00:00:00 2001 From: "Cezary M. Kruk" Date: Fri, 3 Apr 2015 12:15:22 +0700 Subject: desktop/wmSunMoon: Updated for version 2.0.0. Signed-off-by: Willy Sudiarto Raharjo --- desktop/wmSunMoon/wmSunMoon.SlackBuild | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'desktop/wmSunMoon/wmSunMoon.SlackBuild') diff --git a/desktop/wmSunMoon/wmSunMoon.SlackBuild b/desktop/wmSunMoon/wmSunMoon.SlackBuild index a58bafb725..be45e90d15 100644 --- a/desktop/wmSunMoon/wmSunMoon.SlackBuild +++ b/desktop/wmSunMoon/wmSunMoon.SlackBuild @@ -6,7 +6,7 @@ # Modified by the SlackBuilds.org project. PRGNAM=wmSunMoon -VERSION=${VERSION:-1.2.0} +VERSION=${VERSION:-2.0.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -53,13 +53,15 @@ find -L . \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; cd wmSunMoon - mkdir -p $PKG/usr/{bin,man/man1,doc/$PRGNAM-$VERSION} + mkdir -p $PKG/usr/{bin,man/man1,,man/man7,doc/$PRGNAM-$VERSION} make \ COPTS="$SLKCFLAGS" \ INCDIR="-I/usr/include/X11" \ LIBDIR="-L/usr/lib${LIBDIRSUFFIX}/X11" cp -a wmSunMoon $PKG/usr/bin + cp -a zoneinfo $PKG/usr/bin cp -a wmSunMoon.1 $PKG/usr/man/man1 + cp -a zoneinfo.7 $PKG/usr/man/man7 cd - find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \ @@ -69,7 +71,7 @@ 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 mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a BUGS COPYING ChangeLog INSTALL README $PKG/usr/doc/$PRGNAM-$VERSION +cp -a COPYING ChangeLog INSTALL README THANKS $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mkdir -p $PKG/install -- cgit v1.2.3-80-g2a13