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

Kyle Keen kkeen at archlinux.org
Sat Mar 11 14:02:00 UTC 2017


    Date: Saturday, March 11, 2017 @ 14:02:00
  Author: kkeen
Revision: 215660

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

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

-----------------------------------+
 community-staging-i686/PKGBUILD   |   25 +++++++++++++++++++++++++
 community-staging-x86_64/PKGBUILD |   25 +++++++++++++++++++++++++
 2 files changed, 50 insertions(+)

Copied: gftp/repos/community-staging-i686/PKGBUILD (from rev 215659, gftp/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2017-03-11 14:02:00 UTC (rev 215660)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer:
+# Contributor: Lucien Immink <l.immink at student.fnt.hvu.nl>
+
+pkgname=gftp
+pkgver=2.0.19
+pkgrel=8
+pkgdesc="A multithreaded ftp client for X Windows"
+arch=('i686' '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
+}

Copied: gftp/repos/community-staging-x86_64/PKGBUILD (from rev 215659, gftp/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2017-03-11 14:02:00 UTC (rev 215660)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer:
+# Contributor: Lucien Immink <l.immink at student.fnt.hvu.nl>
+
+pkgname=gftp
+pkgver=2.0.19
+pkgrel=8
+pkgdesc="A multithreaded ftp client for X Windows"
+arch=('i686' '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