diff options
author | B. Watson <yalhcru@gmail.com> | 2020-10-26 22:31:44 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-10-31 11:15:40 +0700 |
commit | 0068eac304e75b674d2f34ecacbc121e79170633 (patch) | |
tree | 9ff5e9c4bdbad5803f66eb87ad37629d006a63ff /games/alephone/alephone.SlackBuild | |
parent | 94bb816ad32503a876b9065daa919dd1d2d5b3af (diff) |
games/alephone: Updated for version 20201026.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/alephone/alephone.SlackBuild')
-rw-r--r-- | games/alephone/alephone.SlackBuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/games/alephone/alephone.SlackBuild b/games/alephone/alephone.SlackBuild index 24f2781fd15fd..a8ff9a90507d1 100644 --- a/games/alephone/alephone.SlackBuild +++ b/games/alephone/alephone.SlackBuild @@ -6,6 +6,7 @@ # Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details. +# 20201026 bkw: update for 20201026 # 20191209 bkw: update for 20190331 # 20150915 bkw: # - update for 20150620 release @@ -13,7 +14,7 @@ # - move binary to /usr/games PRGNAM=alephone -VERSION=${VERSION:-20190331} +VERSION=${VERSION:-20201026} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -60,8 +61,6 @@ find -L . -perm /111 -a \! -perm 755 -a -exec chmod 755 {} \+ -o \ [ "${FFMPEG:-yes}" = "no" ] && EXTRAOPT=--without-ffmpeg -#patch -Np1 < $CWD/ffmpeg3.patch - CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS -fpermissive" \ ./configure \ @@ -88,7 +87,7 @@ mkdir -p $PKG/usr/share/pixmaps cat Source_Files/Misc/$PRGNAM.xpm > $PKG/usr/share/pixmaps/$PRGNAM.xpm mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -# ChangeLog is 0 bytes in 20140104, ignore it +# ChangeLog was 0 bytes in 20140104, gone in 20201026. cp -a AUTHORS COPYING README THANKS examples docs/*.html \ $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild |