[arch-commits] Commit in gftp/repos (2 files)

Felix Yan felixonmars at archlinux.org
Fri Nov 9 22:47:16 UTC 2018


    Date: Friday, November 9, 2018 @ 22:47:16
  Author: felixonmars
Revision: 405082

archrelease: copy trunk to community-staging-x86_64

Added:
  gftp/repos/community-staging-x86_64/
  gftp/repos/community-staging-x86_64/PKGBUILD
    (from rev 405080, gftp/trunk/PKGBUILD)

----------+
 PKGBUILD |   24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

Copied: gftp/repos/community-staging-x86_64/PKGBUILD (from rev 405080, gftp/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2018-11-09 22:47:16 UTC (rev 405082)
@@ -0,0 +1,24 @@
+# Maintainer:
+# Contributor: Lucien Immink <l.immink at student.fnt.hvu.nl>
+
+pkgname=gftp
+pkgver=2.0.19
+pkgrel=9
+pkgdesc="A multithreaded ftp client for X Windows"
+arch=('x86_64')
+url="http://www.gftp.org/"
+license=('GPL2')
+depends=('gtk2' 'openssl' 'readline')
+source=(http://www.gftp.org/$pkgname-$pkgver.tar.bz2)
+md5sums=('5183cb4955d94be0e03c892585547c64')
+
+build() {
+   cd "$srcdir/$pkgname-$pkgver"
+   ./configure --prefix=/usr --mandir=/usr/share/man
+   make
+}
+
+package() {
+   cd "$srcdir/$pkgname-$pkgver"
+   make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list