initial import
This commit is contained in:
35
gftp/PKGBUILD
Normal file
35
gftp/PKGBUILD
Normal file
@@ -0,0 +1,35 @@
|
||||
# Maintainer: Jesus E. <heckyel@riseup.net>
|
||||
|
||||
pkgname=gftp
|
||||
pkgver=2.9.1b
|
||||
pkgrel=1
|
||||
pkgdesc="A multithreaded FTP-client for X Windows"
|
||||
arch=('i686' 'x86_64')
|
||||
url='https://github.com/masneyb/gftp'
|
||||
license=('Expat')
|
||||
depends=('gtk2' 'libressl' 'readline')
|
||||
makedepends=('intltool' 'gettext-tiny')
|
||||
source=("$pkgname-$pkgver.tar.gz::https://github.com/masneyb/gftp/archive/refs/tags/$pkgver.tar.gz"
|
||||
"libre.patch")
|
||||
sha512sums=('82db633a169c06ab419ea9cb45feac9f81319af3b619797021da959cc7ae6a5196b8d603e6354539ee4525d834798c1a75e3ae2d26d79148a46e06496bb0e4e2'
|
||||
'605c925cfe1e39c6b1b681cb3247dd43359fec43ff5aeedbb3ca30e21f8de926aa6e5b9effefe99f75606f173cef28f4dbbdb8cf70be2b41259d5d84b915c118')
|
||||
|
||||
prepare() {
|
||||
cd "$srcdir/$pkgname-$pkgver"
|
||||
patch -Np1 -i ${srcdir}/libre.patch
|
||||
}
|
||||
|
||||
build() {
|
||||
cd "$srcdir/$pkgname-$pkgver"
|
||||
./autogen.sh
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--mandir=/usr/share/man
|
||||
make
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "$srcdir/$pkgname-$pkgver"
|
||||
make DESTDIR="$pkgdir" install
|
||||
install -Dm644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}/"
|
||||
}
|
||||
116
gftp/libre.patch
Normal file
116
gftp/libre.patch
Normal file
@@ -0,0 +1,116 @@
|
||||
--- a/docs/sample.gftp/bookmarks 2022-02-15 07:31:19.000000000 +0100
|
||||
+++ b/docs/sample.gftp/bookmarks 2024-03-26 14:55:10.604901307 +0100
|
||||
@@ -5,66 +5,6 @@
|
||||
# someone standing over your shoulder while you're editing this file. Prior to
|
||||
# this, all passwords were stored in plaintext.
|
||||
|
||||
-[BSD Sites/FreeBSD]
|
||||
-hostname=ftp.freebsd.org
|
||||
-port=21
|
||||
-protocol=FTP
|
||||
-remote directory=/pub/FreeBSD
|
||||
-local directory=
|
||||
-username=anonymous
|
||||
-password=@EMAIL@
|
||||
-account=
|
||||
-
|
||||
-[BSD Sites/NetBSD]
|
||||
-hostname=ftp.netbsd.org
|
||||
-port=21
|
||||
-protocol=FTP
|
||||
-remote directory=/pub
|
||||
-local directory=
|
||||
-username=anonymous
|
||||
-password=@EMAIL@
|
||||
-account=
|
||||
-
|
||||
-[BSD Sites/OpenBSD]
|
||||
-hostname=ftp.bit.nl
|
||||
-port=21
|
||||
-protocol=FTP
|
||||
-remote directory=/OpenBSD
|
||||
-local directory=
|
||||
-username=anonymous
|
||||
-password=@EMAIL@
|
||||
-account=
|
||||
-
|
||||
-[Linux Kernel/Kernel - Mirror Service]
|
||||
-hostname=mirrorservice.org
|
||||
-port=21
|
||||
-protocol=FTP
|
||||
-remote directory=/sites/ftp.kernel.org/pub/linux/kernel
|
||||
-local directory=
|
||||
-username=anonymous
|
||||
-password=@EMAIL@
|
||||
-account=
|
||||
-
|
||||
-[Linux Kernel/Kernel - Host Europe]
|
||||
-hostname=ftp.hosteurope.de
|
||||
-port=21
|
||||
-protocol=FTP
|
||||
-remote directory=/mirror/ftp.kernel.org/pub/linux/kernel
|
||||
-local directory=
|
||||
-username=anonymous
|
||||
-password=@EMAIL@
|
||||
-account=
|
||||
-
|
||||
-[Linux Kernel/Kernel - Free FR]
|
||||
-hostname=ftp.free.fr
|
||||
-port=21
|
||||
-protocol=FTP
|
||||
-remote directory=/mirrors/ftp.kernel.org/linux/kernel/
|
||||
-local directory=
|
||||
-username=anonymous
|
||||
-password=@EMAIL@
|
||||
-account=
|
||||
-
|
||||
[General Sites/Nluug]
|
||||
hostname=ftp.nluug.nl
|
||||
port=21
|
||||
@@ -93,46 +33,6 @@
|
||||
local directory=
|
||||
username=anonymous
|
||||
password=@EMAIL@
|
||||
-account=
|
||||
-
|
||||
-[Red Hat Sites/RH Main]
|
||||
-hostname=ftp.redhat.com
|
||||
-port=21
|
||||
-protocol=FTP
|
||||
-remote directory=/pub
|
||||
-local directory=
|
||||
-username=anonymous
|
||||
-password=@EMAIL@
|
||||
-account=
|
||||
-
|
||||
-[Slackware Sites/slackware.com]
|
||||
-hostname=ftp.slackware.com
|
||||
-port=21
|
||||
-protocol=FTP
|
||||
-remote directory=/pub/slackware/slackware
|
||||
-local directory=
|
||||
-username=anonymous
|
||||
-password=@EMAIL@
|
||||
-account=
|
||||
-
|
||||
-[Slackware Sites/Slackware UK]
|
||||
-hostname=slackware.uk
|
||||
-port=21
|
||||
-protocol=FTP
|
||||
-remote directory=/
|
||||
-local directory=
|
||||
-username=anonymous
|
||||
-password=@EMAIL@
|
||||
-account=
|
||||
-
|
||||
-[Debian Sites/Debian]
|
||||
-hostname=ftp.debian.org
|
||||
-port=21
|
||||
-protocol=FTP
|
||||
-remote directory=/debian
|
||||
-local directory=
|
||||
-username=anonymous
|
||||
-password=@EMAIL@
|
||||
account=
|
||||
|
||||
[Porteus Linux/mirror vim.org]
|
||||
Reference in New Issue
Block a user