|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
#!/bin/bash |
|
|
|
|
# Build script for Slackware |
|
|
|
|
# Copyright (C) 2008,2010,2011,2012 Damien Goutte-Gattat |
|
|
|
|
# Copyright (C) 2008,2010,2011,2012,2015 Damien Goutte-Gattat |
|
|
|
|
# |
|
|
|
|
# Redistribution and use of this script, with or without modifications, |
|
|
|
|
# is permitted provided that the following conditions are met: |
|
|
|
@ -28,13 +28,13 @@
|
|
|
|
|
|
|
|
|
|
# Source package infos |
|
|
|
|
NAMESRC=${NAMESRC:-xalan-j} |
|
|
|
|
VERSION=${VERSION:-2.7.1} |
|
|
|
|
VERSION=${VERSION:-2.7.2} |
|
|
|
|
ARCHIVE=${ARCHIVE:-${NAMESRC}_${VERSION//./_}-bin.zip} |
|
|
|
|
WGET=${WGET:-http://mir1.ovh.net/ftp.apache.org/dist/xml/xalan-j/$ARCHIVE} |
|
|
|
|
WGET=${WGET:-http://www.eu.apache.org/dist/xalan/xalan-j/binaries/$ARCHIVE} |
|
|
|
|
|
|
|
|
|
# Built package infos |
|
|
|
|
NAMEPKG=${NAMEPKG:-xalan-j} |
|
|
|
|
BUILD=${BUILD:-6GGD} |
|
|
|
|
BUILD=${BUILD:-1GGD} |
|
|
|
|
ARCH=${ARCH:-noarch} |
|
|
|
|
EXT=${EXT:-txz} |
|
|
|
|
|
|
|
|
|