|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
#!/bin/bash |
|
|
|
|
# Build script for Slackware |
|
|
|
|
# Copyright (C) 2009 Damien Goutte-Gattat |
|
|
|
|
# Copyright (C) 2009,2010 Damien Goutte-Gattat |
|
|
|
|
# |
|
|
|
|
# Redistribution and use of this script, with or without modifications, |
|
|
|
|
# is permitted provided that the following conditions are met: |
|
|
|
@ -24,22 +24,17 @@
|
|
|
|
|
# |
|
|
|
|
# Latest libsoup sourcecode is available at: |
|
|
|
|
# <http://live.gnome.org/LibSoup>. |
|
|
|
|
# |
|
|
|
|
# Depends: l/glib2 |
|
|
|
|
# |
|
|
|
|
# Note: This version of libsoup needs glib-2.21.3 or more recent, not |
|
|
|
|
# provided in Slackware-13.0. |
|
|
|
|
|
|
|
|
|
# Source package infos |
|
|
|
|
NAMESRC=${NAMESRC:-libsoup} |
|
|
|
|
VERSION=${VERSION:-2.29.3} |
|
|
|
|
VERSION=${VERSION:-2.31.2} |
|
|
|
|
ARCHIVE=${ARCHIVE:-$NAMESRC-$VERSION.tar.bz2} |
|
|
|
|
WGET=${WGET:-ftp://ftp.gnome.org/pub/gnome/sources/libsoup/2.29/$ARCHIVE} |
|
|
|
|
WGET=${WGET:-ftp://ftp.gnome.org/pub/gnome/sources/libsoup/2.31/$ARCHIVE} |
|
|
|
|
|
|
|
|
|
# Built package infos |
|
|
|
|
NAMEPKG=${NAMEPKG:-libsoup} |
|
|
|
|
BUILD=${BUILD:-1GGD} |
|
|
|
|
ARCH=${ARCH:-i486} |
|
|
|
|
ARCH=${ARCH:-$(uname -m | sed 's/^i?86$/i486/;s/^arm.*/arm/')} |
|
|
|
|
JOBS=${JOBS:-1} |
|
|
|
|
EXT=${EXT:-txz} |
|
|
|
|
|
|
|
|
|