mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
development/gob2: Updated for version 2.0.19.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
parent
4051ad3647
commit
afb12327a6
3 changed files with 11 additions and 11 deletions
|
@ -2,7 +2,7 @@
|
|||
#
|
||||
# Slackware build script for GOB-2
|
||||
#
|
||||
# Copyright 2009-2011 Erik W. Hanson, Minneapolis, MN, USA
|
||||
# Copyright 2009-2013 Erik W. Hanson, Minneapolis, MN, USA
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=gob2
|
||||
VERSION=2.0.18
|
||||
VERSION=2.0.19
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -60,7 +60,7 @@ rm -rf $PKG
|
|||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP
|
||||
rm -rf $PRGNAM-$VERSION
|
||||
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
|
||||
tar xvf $CWD/$PRGNAM-$VERSION.tar.xz
|
||||
cd $PRGNAM-$VERSION
|
||||
chown -R root:root .
|
||||
chmod -R u+w,go+r-w,a-s .
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="gob2"
|
||||
VERSION="2.0.18"
|
||||
VERSION="2.0.19"
|
||||
HOMEPAGE="http://www.5z.com/jirka/gob.html"
|
||||
DOWNLOAD="http://ftp.5z.com/pub/gob/gob2-2.0.18.tar.gz"
|
||||
MD5SUM="d8a12bb9f7ae6eeddcb16da03fe25323"
|
||||
DOWNLOAD="http://ftp.5z.com/pub/gob/gob2-2.0.19.tar.xz"
|
||||
MD5SUM="d7f2e7b96c33458d69b6381e28e4ac69"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
# HOW TO EDIT THIS FILE:
|
||||
# The "handy ruler" below makes it easier to edit a package description. Line
|
||||
# up the first '|' above the ':' following the base package name, and the '|'
|
||||
# on the right side marks the last column you can put a character in. You must
|
||||
# make exactly 11 lines for the formatting to be correct. It's also
|
||||
# customary to leave one space after the ':'.
|
||||
# The "handy ruler" below makes it easier to edit a package description.
|
||||
# Line up the first '|' above the ':' following the base package name, and
|
||||
# the '|' on the right side marks the last column you can put a character in.
|
||||
# You must make exactly 11 lines for the formatting to be correct. It's also
|
||||
# customary to leave one space after the ':' except on otherwise blank lines.
|
||||
|
||||
|-----handy-ruler------------------------------------------------------|
|
||||
gob2: GOB-2 (a preprocessor for making GObjects with inline C code)
|
||||
|
|
Loading…
Reference in a new issue