mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
academic/free42: Updated for version 1.4.77.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackware-id.org> Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
362c645450
commit
2f5e3db1f7
2 changed files with 9 additions and 5 deletions
|
@ -23,8 +23,8 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=free42
|
||||
VERSION=${VERSION:-1.4.74}
|
||||
BUILD=${BUILD:-2}
|
||||
VERSION=${VERSION:-1.4.77}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
if [ -z "$ARCH" ]; then
|
||||
|
@ -63,7 +63,11 @@ rm -rf $PRGNAM
|
|||
tar xvf $CWD/$PRGNAM.tgz
|
||||
cd $PRGNAM
|
||||
chown -R root:root .
|
||||
chmod -R u+w,go+r-w,a-s .
|
||||
find -L . \
|
||||
\( -perm 777 -o -perm 775 -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 {} \;
|
||||
cd gtk
|
||||
|
||||
# Add X11 library to Makefile
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="free42"
|
||||
VERSION="1.4.74"
|
||||
VERSION="1.4.77"
|
||||
HOMEPAGE="http://thomasokken.com/free42/index.html"
|
||||
DOWNLOAD="http://thomasokken.com/free42/download/free42.tgz"
|
||||
MD5SUM="4f103e1243924cc47eed40d8df003bf7"
|
||||
MD5SUM="6d4e776f273a6e6f98d431052cd5db54"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue