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

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Thu Mar 3 09:19:50 UTC 2016


    Date: Thursday, March 3, 2016 @ 10:19:49
  Author: bpiotrowski
Revision: 164403

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 164402, gftp/trunk/PKGBUILD)
  gftp/repos/community-staging-x86_64/
  gftp/repos/community-staging-x86_64/PKGBUILD
    (from rev 164402, 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 164402, gftp/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2016-03-03 09:19:49 UTC (rev 164403)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer:
+# Contributor: Lucien Immink <l.immink at student.fnt.hvu.nl>
+
+pkgname=gftp
+pkgver=2.0.19
+pkgrel=6
+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 164402, gftp/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2016-03-03 09:19:49 UTC (rev 164403)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer:
+# Contributor: Lucien Immink <l.immink at student.fnt.hvu.nl>
+
+pkgname=gftp
+pkgver=2.0.19
+pkgrel=6
+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