|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
#!/bin/bash |
|
|
|
|
# Build script for Slackware |
|
|
|
|
# Copyright (C) 2008,2010 Damien Goutte-Gattat |
|
|
|
|
# Copyright (C) 2008,2010,2011 Damien Goutte-Gattat |
|
|
|
|
# |
|
|
|
|
# Redistribution and use of this script, with or without modifications, |
|
|
|
|
# is permitted provided that the following conditions are met: |
|
|
|
@ -34,7 +34,7 @@ WGET=${WGET:-http://apache.cict.fr/xml/xalan-j/$ARCHIVE}
|
|
|
|
|
|
|
|
|
|
# Built package infos |
|
|
|
|
NAMEPKG=${NAMEPKG:-xalan-j} |
|
|
|
|
BUILD=${BUILD:-3GGD} |
|
|
|
|
BUILD=${BUILD:-4GGD} |
|
|
|
|
ARCH=${ARCH:-noarch} |
|
|
|
|
EXT=${EXT:-txz} |
|
|
|
|
|
|
|
|
|