[arch-commits] Commit in gftp/trunk (PKGBUILD)

Allan McRae allan at archlinux.org
Sat Feb 18 01:46:24 UTC 2012


    Date: Friday, February 17, 2012 @ 20:46:24
  Author: allan
Revision: 150474

upgpkg: gftp 2.0.19-4

signing rebuild

Modified:
  gftp/trunk/PKGBUILD

----------+
 PKGBUILD |   14 +++++++++-----
 1 file changed, 9 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-02-18 01:35:00 UTC (rev 150473)
+++ PKGBUILD	2012-02-18 01:46:24 UTC (rev 150474)
@@ -1,21 +1,25 @@
 # $Id$
-# Maintainer: Hugo Doria <hugo at archlinux.org>
+# Maintainer:
 # Contributor: Lucien Immink <l.immink at student.fnt.hvu.nl>
 
 pkgname=gftp
 pkgver=2.0.19
-pkgrel=3
+pkgrel=4
 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)
-url="http://www.gftp.org/"
-license=('GPL2')
 md5sums=('5183cb4955d94be0e03c892585547c64')
 
 build() {
    cd ${srcdir}/${pkgname}-${pkgver}
    ./configure --prefix=/usr --mandir=/usr/share/man
-   make || return 1
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
    make DESTDIR=${pkgdir} install
 }




More information about the arch-commits mailing list