mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
libraries/OpenCSG: Updated for version 1.4.0.
Signed-off-by: David Spencer <baildon.research@googlemail.com>
This commit is contained in:
parent
f59f5e8ee9
commit
4ca5ac2b7c
2 changed files with 8 additions and 5 deletions
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=OpenCSG
|
||||
VERSION=${VERSION:-1.3.3}
|
||||
VERSION=${VERSION:-1.4.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -94,8 +94,11 @@ cp -a include/opencsg.h $PKG/usr/include
|
|||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a \
|
||||
build.txt changelog.txt license.txt version.txt \
|
||||
index.html news.html publications.html \
|
||||
$PKG/usr/doc/$PRGNAM-$VERSION
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION/html
|
||||
cp -a \
|
||||
doc/index.html doc/news.html doc/publications.html doc/img/ \
|
||||
$PKG/usr/doc/$PRGNAM-$VERSION/html
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
|
||||
mkdir -p $PKG/install
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="OpenCSG"
|
||||
VERSION="1.3.3"
|
||||
VERSION="1.4.0"
|
||||
HOMEPAGE="http://www.opencsg.org/"
|
||||
DOWNLOAD="http://www.opencsg.org/OpenCSG-1.3.3.tar.gz"
|
||||
MD5SUM="f617389c43eb824f89024e5b5b4762de"
|
||||
DOWNLOAD="http://www.opencsg.org/OpenCSG-1.4.0.tar.gz"
|
||||
MD5SUM="e7fe5fa2bfa1b466f470699da41eb0a2"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue