diff options
Diffstat (limited to 'source/l')
-rwxr-xr-x | source/l/libxml2/libxml2.SlackBuild | 2 | ||||
-rw-r--r-- | source/l/libxml2/libxml2.url | 1 | ||||
-rw-r--r-- | source/l/libxslt/libxslt.url | 1 |
3 files changed, 3 insertions, 1 deletions
diff --git a/source/l/libxml2/libxml2.SlackBuild b/source/l/libxml2/libxml2.SlackBuild index 007bfa4a..9fbe39bb 100755 --- a/source/l/libxml2/libxml2.SlackBuild +++ b/source/l/libxml2/libxml2.SlackBuild @@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=libxml2 VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-2} +BUILD=${BUILD:-1} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then diff --git a/source/l/libxml2/libxml2.url b/source/l/libxml2/libxml2.url new file mode 100644 index 00000000..62e07ca9 --- /dev/null +++ b/source/l/libxml2/libxml2.url @@ -0,0 +1 @@ +ftp://ftp.xmlsoft.org/libxml2 diff --git a/source/l/libxslt/libxslt.url b/source/l/libxslt/libxslt.url new file mode 100644 index 00000000..62e07ca9 --- /dev/null +++ b/source/l/libxslt/libxslt.url @@ -0,0 +1 @@ +ftp://ftp.xmlsoft.org/libxml2 |