mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
network/NetworkManager: Updated for version 0.8.1.
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
This commit is contained in:
parent
92ed46c015
commit
94b6e201d5
2 changed files with 8 additions and 13 deletions
|
@ -23,16 +23,14 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=NetworkManager
|
||||
VERSION=${VERSION:-0.8}
|
||||
BUILD=${BUILD:-2}
|
||||
VERSION=${VERSION:-0.8.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
# Automatically determine the architecture we're building on:
|
||||
if [ -z "$ARCH" ]; then
|
||||
case "$( uname -m )" in
|
||||
i?86) ARCH=i486 ;;
|
||||
arm*) ARCH=arm ;;
|
||||
# Unless $ARCH is already set, use uname -m for all other archs:
|
||||
*) ARCH=$( uname -m ) ;;
|
||||
esac
|
||||
fi
|
||||
|
@ -81,15 +79,12 @@ CXXFLAGS="$SLKCFLAGS" \
|
|||
--mandir=/usr/man \
|
||||
--docdir=/usr/doc/$PRGNAM-$VERSION \
|
||||
--with-pppd-plugin-dir=/usr/lib${LIBDIRSUFFIX}/pppd/2.4.5 \
|
||||
--with-dhcp-client=dhcpcd \
|
||||
--without-resolvconf \
|
||||
--with-crypto=gnutls \
|
||||
--without-resolvconf \
|
||||
--with-dhcpcd=/sbin/dhcpcd \
|
||||
--with-dhclient=yes \
|
||||
--build=$ARCH-slackware-linux
|
||||
|
||||
# For next version
|
||||
# --with-dhcpcd=/sbin/dhcpcd \
|
||||
# --with-dhclient=yes \
|
||||
|
||||
make
|
||||
make install DESTDIR=$PKG
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="NetworkManager"
|
||||
VERSION="0.8"
|
||||
VERSION="0.8.1"
|
||||
HOMEPAGE="http://projects.gnome.org/NetworkManager/"
|
||||
DOWNLOAD="ftp://ftp.gnome.org/pub/GNOME/sources/NetworkManager/0.8/NetworkManager-0.8.tar.bz2"
|
||||
MD5SUM="d343e22f132754696654511acde354c2"
|
||||
DOWNLOAD="ftp://ftp.gnome.org/pub/GNOME/sources/NetworkManager/0.8/NetworkManager-0.8.1.tar.bz2"
|
||||
MD5SUM="96e551149dda8f6e0a5621f77468ba79"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="Robby Workman"
|
||||
|
|
Loading…
Reference in a new issue