mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-26 22:06:35 +01:00
network/atftp: Updated for version 0.7.2.
Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
parent
c2ae270a54
commit
bc2efe9490
2 changed files with 8 additions and 9 deletions
|
@ -23,6 +23,8 @@
|
|||
|
||||
# Now maintained by B. Watson <yalhcru@gmail.com>.
|
||||
|
||||
# 20191129 bkw: update for v0.7.2.
|
||||
|
||||
# 20180629 bkw:
|
||||
# - Take over maintenance.
|
||||
# - Simplify script slightly.
|
||||
|
@ -31,7 +33,7 @@
|
|||
# the package since it overrides some of the info from upstream's docs.
|
||||
|
||||
PRGNAM=atftp
|
||||
VERSION=${VERSION:-0.7.1}
|
||||
VERSION=${VERSION:-0.7.2}
|
||||
BUILD=${BUILD:-2}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -71,11 +73,8 @@ rm -rf $PRGNAM-$VERSION
|
|||
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
|
||||
cd $PRGNAM-$VERSION
|
||||
chown -R root:root .
|
||||
find -L . \
|
||||
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
|
||||
-o -perm 511 \) -exec chmod 755 {} \+ -o \
|
||||
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
|
||||
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \+
|
||||
find -L . -perm /111 -a \! -perm 755 -a -exec chmod 755 {} \+ -o \
|
||||
\! -perm /111 -a \! -perm 644 -a -exec chmod 644 {} \+
|
||||
|
||||
CC="gcc -fgnu89-inline $SLKCFLAGS" \
|
||||
./configure \
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="atftp"
|
||||
VERSION="0.7.1"
|
||||
VERSION="0.7.2"
|
||||
HOMEPAGE="https://sourceforge.net/projects/atftp"
|
||||
DOWNLOAD="https://downloads.sourceforge.net/project/atftp/atftp-0.7.1.tar.gz"
|
||||
MD5SUM="367bf401965fbed04585b1229c2191a8"
|
||||
DOWNLOAD="https://downloads.sourceforge.net/project/atftp/atftp-0.7.2.tar.gz"
|
||||
MD5SUM="eb358eb1af10ae5dc51095cd10b6738b"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue