|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
#!/bin/bash |
|
|
|
|
# Build script for Slackware |
|
|
|
|
# Copyright (C) 2008,2010,2011 Damien Goutte-Gattat |
|
|
|
|
# Copyright (C) 2008,2010,2011,2016 Damien Goutte-Gattat |
|
|
|
|
# |
|
|
|
|
# Redistribution and use of this script, with or without modifications, |
|
|
|
|
# is permitted provided that the following conditions are met: |
|
|
|
@ -23,13 +23,13 @@
|
|
|
|
|
# Contact: Damien Goutte-Gattat <dgouttegattat@incenp.org> |
|
|
|
|
# |
|
|
|
|
# Latest apache-xml-resolver sourcecode is available at: |
|
|
|
|
# <http://projects.apache.org/projects/xml_commons_resolver.html>. |
|
|
|
|
# <https://projects.apache.org/project.html?xerces-xml_commons_resolver> |
|
|
|
|
|
|
|
|
|
# Source package infos |
|
|
|
|
NAMESRC=${NAMESRC:-xml-commons-resolver} |
|
|
|
|
VERSION=${VERSION:-1.2} |
|
|
|
|
ARCHIVE=${ARCHIVE:-$NAMESRC-$VERSION.tar.gz} |
|
|
|
|
WGET=${WGET:-http://mir1.ovh.net/ftp.apache.org/dist/xml/commons/$ARCHIVE} |
|
|
|
|
WGET=${WGET:-http://apache.mindstudios.com//xerces/xml-commons/binaries/$ARCHIVE} |
|
|
|
|
|
|
|
|
|
# Built package infos |
|
|
|
|
NAMEPKG=${NAMEPKG:-apache-xml-resolver} |
|
|
|
|