system/agedu: Updated for version 20180918.80c7beb.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
0195c18f46
commit
61f9176f71
|
@ -6,13 +6,14 @@
|
|||
|
||||
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
|
||||
|
||||
# 20180918 bkw: Update for v20180918.80c7beb.
|
||||
# 20180612 bkw: Update for v20180522.5b12791.
|
||||
# 20171219 bkw: Update for v20171202.8a8299e.
|
||||
# 20170921 bkw: Update for v20170831.fc6b2b5. Switch to self-hosted source
|
||||
# as upstream deletes the old version as soon as a new one is released.
|
||||
|
||||
PRGNAM=agedu
|
||||
VERSION=${VERSION:-20180522.5b12791}
|
||||
VERSION=${VERSION:-20180918.80c7beb}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -52,11 +53,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 {} \+
|
||||
|
||||
CFLAGS="$SLKCFLAGS" \
|
||||
CXXFLAGS="$SLKCFLAGS" \
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="agedu"
|
||||
VERSION="20180522.5b12791"
|
||||
VERSION="20180918.80c7beb"
|
||||
HOMEPAGE="https://www.chiark.greenend.org.uk/~sgtatham/agedu/"
|
||||
DOWNLOAD="http://urchlay.naptime.net/~urchlay/src/agedu-20180522.5b12791.tar.gz"
|
||||
MD5SUM="b0fb3178fdf385a1ea7c47b69ab72e40"
|
||||
DOWNLOAD="http://urchlay.naptime.net/~urchlay/src/agedu-20180918.80c7beb.tar.gz"
|
||||
MD5SUM="7f4671dab1e8896b780f37166aba5f1f"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue