mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
network/enet: Updated for version 1.3.17 + new maintainer
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
05ff58168c
commit
ee16a71168
3 changed files with 33 additions and 12 deletions
|
@ -2,16 +2,37 @@
|
|||
|
||||
# Slackware build script for enet
|
||||
|
||||
# Written by otzy_007 (oz@oprod.net)
|
||||
# Copyright 2021 S. S. Bolokanar, Bulgaria <sbolokanov@abv.bg>
|
||||
# С. С. Болоканаръ, България
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
# permitted provided that the following conditions are met:
|
||||
#
|
||||
# 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
|
||||
# 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,
|
||||
# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
|
||||
# PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
|
||||
# OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
|
||||
# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
|
||||
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
|
||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
# Originally written by: otzy_007 (oz@oprod.net) 2010
|
||||
|
||||
PRGNAM=enet
|
||||
VERSION=${VERSION:-1.3.12}
|
||||
VERSION=${VERSION:-1.3.17}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
if [ -z "$ARCH" ]; then
|
||||
case "$( uname -m )" in
|
||||
i?86) ARCH=i486 ;;
|
||||
i?86) ARCH=i586 ;;
|
||||
arm*) ARCH=arm ;;
|
||||
*) ARCH=$( uname -m ) ;;
|
||||
esac
|
||||
|
@ -22,8 +43,8 @@ TMP=${TMP:-/tmp/SBo}
|
|||
PKG=$TMP/package-$PRGNAM
|
||||
OUTPUT=${OUTPUT:-/tmp}
|
||||
|
||||
if [ "$ARCH" = "i486" ]; then
|
||||
SLKCFLAGS="-O2 -march=i486 -mtune=i686"
|
||||
if [ "$ARCH" = "i586" ]; then
|
||||
SLKCFLAGS="-O2 -march=i586 -mtune=i686"
|
||||
LIBDIRSUFFIX=""
|
||||
elif [ "$ARCH" = "i686" ]; then
|
||||
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="enet"
|
||||
VERSION="1.3.12"
|
||||
HOMEPAGE="http://enet.bespin.org/index.html"
|
||||
DOWNLOAD="http://enet.bespin.org/download/enet-1.3.12.tar.gz"
|
||||
MD5SUM="2b581600a589553c1e7684ad663f27a8"
|
||||
VERSION="1.3.17"
|
||||
HOMEPAGE="http://enet.bespin.org"
|
||||
DOWNLOAD="http://enet.bespin.org/download/enet-1.3.17.tar.gz"
|
||||
MD5SUM="c8e96051c5a60afa9f3052d02b2cbe19"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
MAINTAINER="otzy_007"
|
||||
EMAIL="oz@oprod.net"
|
||||
MAINTAINER="S. S. Bolokanar"
|
||||
EMAIL="sbolokanov@abv.bg"
|
||||
|
|
|
@ -13,7 +13,7 @@ enet: simple and robust network communication layer on top of UDP
|
|||
enet: (User Datagram Protocol). The primary feature it provides
|
||||
enet: is optional reliable, in-order delivery of packets.
|
||||
enet:
|
||||
enet: Homepage: http://enet.bespin.org/index.html
|
||||
enet: Homepage: http://enet.bespin.org
|
||||
enet:
|
||||
enet:
|
||||
enet:
|
||||
|
|
Loading…
Reference in a new issue