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

Giovanni Scafora giovanni at archlinux.org
Thu Jan 21 00:35:22 UTC 2010


    Date: Wednesday, January 20, 2010 @ 19:35:22
  Author: giovanni
Revision: 64513

upgpkg: minicom 2.4-1
    upstream release

Modified:
  minicom/trunk/PKGBUILD

----------+
 PKGBUILD |   21 +++++++++++----------
 1 file changed, 11 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-01-21 00:28:33 UTC (rev 64512)
+++ PKGBUILD	2010-01-21 00:35:22 UTC (rev 64513)
@@ -1,23 +1,24 @@
 # $Id$
-# Maintainer: Alexander Baldeck <alexander at archlinux.org>
+# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
 # Contributor: dorphell <dorphell at archlinux.org>
 # Contributor: Tom Newsom <Jeepster at gmx.co.uk>
 
 pkgname=minicom
-pkgver=2.3
-pkgrel=2
+pkgver=2.4
+pkgrel=1
 pkgdesc="A serial communication program"
 arch=('i686'  'x86_64')
 license=('GPL')
 depends=('bash' 'ncurses')
-source=(http://alioth.debian.org/frs/download.php/2332/$pkgname-$pkgver.tar.gz)
+source=(http://alioth.debian.org/frs/download.php/3195/${pkgname}-${pkgver}.tar.gz)
 url="http://alioth.debian.org/projects/minicom/"
-md5sums=('0ebe7a91898384ca906787cc4e2c3f25')
+md5sums=('700976a3c2dcc8bbd50ab9bb1c08837b')
 
 build() {
-    cd $srcdir/$pkgname-$pkgver
-    
-    ./configure --prefix=/usr --sysconfdir=/etc
-    make || return 1
-    make DESTDIR=$pkgdir install
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr \
+              --sysconfdir=/etc
+  make || return 1
+  make DESTDIR="${pkgdir}/" install || return 1
 }




More information about the arch-commits mailing list