mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
network/fwbuilder: Updated for version 4.0.2.
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
This commit is contained in:
parent
cde612cac6
commit
2cafab5377
2 changed files with 21 additions and 17 deletions
|
@ -2,7 +2,11 @@
|
|||
|
||||
# Slackware build script for libfwbuilder
|
||||
|
||||
# Copyright 2008-2010 David Somero <dsomero@hotmail.com> Athens,TN USA
|
||||
# Written by David Somero <dsomero@hotmail.com>
|
||||
# Derived from Slackware's Slackbuilds.
|
||||
#
|
||||
# Copyright 2008, 2009 Patrick J. Volkerding, Sebeka, Minnesota, USA
|
||||
# Copyright 2010 David Somero (dsomero@hotmail.com) Athens, TN, USA
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -11,7 +15,7 @@
|
|||
# 1. Redistributions of this script must retain the above copyright
|
||||
# notice, this list of conditions and the following disclaimer.
|
||||
#
|
||||
# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ''AS IS'' AND ANY EXPRESS OR IMPLIED
|
||||
# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR IMPLIED
|
||||
# WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
|
||||
# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
|
||||
# EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
||||
|
@ -23,7 +27,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=fwbuilder
|
||||
VERSION=3.0.7
|
||||
VERSION=4.0.2
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -73,7 +77,7 @@ find . \
|
|||
|
||||
CFLAGS="$SLKCFLAGS" \
|
||||
CXXFLAGS="$SLKCFLAGS" \
|
||||
./configure \
|
||||
./autogen.sh \
|
||||
--prefix=/usr \
|
||||
--libdir=/usr/lib${LIBDIRSUFFIX} \
|
||||
--with-docdir=/usr/doc/$PRGNAM-$VERSION \
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="fwbuilder"
|
||||
VERSION="3.0.7"
|
||||
VERSION="4.0.2"
|
||||
HOMEPAGE="http://www.fwbuilder.org/"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/fwbuilder/fwbuilder-3.0.7.tar.gz"
|
||||
MD5SUM="03ae055da1aea1c8a09b8ce51fbf8d7d"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/fwbuilder/fwbuilder-4.0.2.tar.gz"
|
||||
MD5SUM="1b9db7197f10224049f21b68ab6632e7"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="David Somero"
|
||||
|
|
Loading…
Reference in a new issue