diff options
author | Jeremy Hansen <jebrhansen+SBo@gmail.com> | 2016-07-08 06:52:15 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-07-08 06:52:15 +0700 |
commit | f733e8c34498aeed29355acce21e7c89c18498a8 (patch) | |
tree | ba153304e065c34478ccb2cb4eff01e53492c8b0 /network/knemo | |
parent | da5e5d48e7b0c7b4194a8a74b806832ec865b15a (diff) | |
download | slackbuilds-f733e8c34498aeed29355acce21e7c89c18498a8.tar.gz |
network/knemo: Update HOMEPAGE and DOWNLOAD url.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/knemo')
-rw-r--r-- | network/knemo/knemo.SlackBuild | 12 | ||||
-rw-r--r-- | network/knemo/knemo.info | 6 |
2 files changed, 9 insertions, 9 deletions
diff --git a/network/knemo/knemo.SlackBuild b/network/knemo/knemo.SlackBuild index 9fc81b9924..a8e7b2cfc6 100644 --- a/network/knemo/knemo.SlackBuild +++ b/network/knemo/knemo.SlackBuild @@ -47,14 +47,14 @@ rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $TMP/$PRGNAM-$VERSION -tar -xvf $CWD/*-$PRGNAM-$VERSION.tar.xz +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 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ - -exec chmod 644 {} \; + \( -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 {} \; mkdir build cd build @@ -69,7 +69,7 @@ cd build make install DESTDIR=$PKG cd .. -find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \ +find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \ | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION diff --git a/network/knemo/knemo.info b/network/knemo/knemo.info index ad2440157e..8e1fc3d12b 100644 --- a/network/knemo/knemo.info +++ b/network/knemo/knemo.info @@ -1,8 +1,8 @@ PRGNAM="knemo" VERSION="0.7.7" -HOMEPAGE="http://www.kde-apps.org/content/show.php?content=12956" -DOWNLOAD="http://kde-apps.org/CONTENT/content-files/12956-knemo-0.7.7.tar.xz" -MD5SUM="d7448d77145c82ae80bbbc6460fa108c" +HOMEPAGE="https://www.kde.org/applications/internet/knemo/" +DOWNLOAD="https://github.com/KDE/knemo/archive/v0.7.7/knemo-0.7.7.tar.gz" +MD5SUM="e9967dc4ecbb0c25c9a6e18f96e4679c" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |