mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
network/NetworkManager-pptp: Updated for version 0.9.4.0.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
2497fc0131
commit
4095726ab0
2 changed files with 5 additions and 7 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for NetworkManager
|
||||
|
||||
# Copyright 2010,2011 Robby Workman, Northport, Alabama, USA
|
||||
# Copyright 2010-2012 Robby Workman, Northport, Alabama, USA
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=NetworkManager-pptp
|
||||
VERSION=${VERSION:-0.8.6.0}
|
||||
VERSION=${VERSION:-0.9.4.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -81,8 +81,6 @@ CXXFLAGS="$SLKCFLAGS" \
|
|||
--with-pppd-plugin-dir=/usr/lib${LIBDIRSUFFIX}/pppd/2.4.5 \
|
||||
--build=$ARCH-slackware-linux
|
||||
|
||||
# --without-gnome ?
|
||||
|
||||
make
|
||||
make install DESTDIR=$PKG
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="NetworkManager-pptp"
|
||||
VERSION="0.8.6.0"
|
||||
VERSION="0.9.4.0"
|
||||
HOMEPAGE="http://projects.gnome.org/NetworkManager/"
|
||||
DOWNLOAD="http://ftp.gnome.org/pub/GNOME/sources/NetworkManager-pptp/0.8/NetworkManager-pptp-0.8.6.0.tar.xz"
|
||||
MD5SUM="8a5e3db597b4c41a4b7652d6618905e1"
|
||||
DOWNLOAD="http://ftp.gnome.org/pub/GNOME/sources/NetworkManager-pptp/0.9/NetworkManager-pptp-0.9.4.0.tar.xz"
|
||||
MD5SUM="030eb9778d782b5f47a4d8da84fe7c26"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="pptp"
|
||||
|
|
Loading…
Reference in a new issue