diff options
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 24f2781fd1..a8ff9a9050 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 |