libraries/libsidplay2: copyright year + cleanup

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Marcel Saegebarth 2015-01-30 14:35:35 +01:00 committed by Willy Sudiarto Raharjo
parent 2128b6e88c
commit 62cc76f139

View file

@ -1,8 +1,8 @@
#!/bin/sh
# SlackBuild script for "libsidplay2".
# Slackware build script for "libsidplay2".
# Copyright 2010-2013 Marcel Saegebarth <marc@mos6581.de>
# Copyright 2010-2015 Marcel Saegebarth <marc@mos6581.de>
# Copyright 2011-2012 Dominik Drobek <arcctgx@o2.pl>
# All rights reserved.
#
@ -77,7 +77,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 {} \;
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
@ -112,7 +112,7 @@ cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
cp -a changelog $PKG/usr/doc/$PRGNAM-$VERSION/ChangeLog.Debian
)
mkdir $PKG/install
mkdir -p $PKG/install
cat $CWD/slack-desc > $PKG/install/slack-desc
cd $PKG