system/gencfs: New homepage.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
e68659e5c7
commit
b14648a5a7
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for gencfs
|
||||
|
||||
# Copyright 2015 Panagiotis Nikolaou, Karlovasi Samos, Gr
|
||||
# Copyright 2015-2017 Panagiotis Nikolaou, Culver City, CA
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -13,7 +13,7 @@
|
|||
#
|
||||
# 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
|
||||
# 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;
|
||||
|
@ -29,7 +29,7 @@ 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
|
||||
|
@ -40,8 +40,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,6 +1,6 @@
|
|||
PRGNAM="gencfs"
|
||||
VERSION="1.2"
|
||||
HOMEPAGE="http://sallu.tuxfamily.org/-Desktop-utilities,7-"
|
||||
HOMEPAGE="https://web-beta.archive.org/web/20150720005846/sallu.tuxfamily.org/-Desktop-utilities,7-"
|
||||
DOWNLOAD="https://slackonly.com/pub/sources/system/gencfs/gencfs-1.2.tar.bz2"
|
||||
MD5SUM="97823a78efaaf7bdfd1759631d404c16"
|
||||
DOWNLOAD_x86_64=""
|
||||
|
|
|
@ -12,8 +12,8 @@ gencfs: Gencfs is a simple graphical front end for encfs.
|
|||
gencfs: With encfs directories and their files can be crypted.
|
||||
gencfs: Gencfs easily can mount such a directory to an encrypted copy.
|
||||
gencfs:
|
||||
gencfs: Homepage: http://sallu.tuxfamily.org/
|
||||
gencfs:
|
||||
gencfs: Homepage: https://web-beta.archive.org/web/20150720005846/
|
||||
gencfs: sallu.tuxfamily.org/-Desktop-utilities,7-
|
||||
gencfs:
|
||||
gencfs:
|
||||
gencfs:
|
||||
|
|
Loading…
Reference in New Issue