[arch-commits] CVS update of extra/network/lam (PKGBUILD)
Eric Belanger
eric at archlinux.org
Tue Jul 10 03:55:08 UTC 2007
Date: Monday, July 9, 2007 @ 23:55:08
Author: eric
Path: /home/cvs-extra/extra/network/lam
Modified: PKGBUILD (1.12 -> 1.13)
upgpkg: lam 7.1.3-1
closes FS#6228, added license
----------+
PKGBUILD | 18 +++++++++++-------
1 file changed, 11 insertions(+), 7 deletions(-)
Index: extra/network/lam/PKGBUILD
diff -u extra/network/lam/PKGBUILD:1.12 extra/network/lam/PKGBUILD:1.13
--- extra/network/lam/PKGBUILD:1.12 Sat May 27 04:44:23 2006
+++ extra/network/lam/PKGBUILD Mon Jul 9 23:55:08 2007
@@ -1,20 +1,24 @@
-# $Id: PKGBUILD,v 1.12 2006/05/27 08:44:23 andyrtr Exp $
+# $Id: PKGBUILD,v 1.13 2007/07/10 03:55:08 eric Exp $
# Contributor: Tom Newsom <Jeepster at gmx.co.uk>
# Maintainer: dorphell <dorphell at archlinux.org>
pkgname=lam
-pkgver=7.1.1
-pkgrel=2
+pkgver=7.1.3
+pkgrel=1
pkgdesc=" LAM (Local Area Multicomputer) is an MPI programming environment and development system for heterogeneous computers on a network"
-arch=(i686 x86_64)
+arch=('i686' 'x86_64')
+url="http://www.lam-mpi.org/"
+license=('custom')
depends=('gcc')
+options=('!libtool' '!emptydirs')
source=(http://www.lam-mpi.org/download/files/$pkgname-$pkgver.tar.bz2)
-url="http://www.lam-mpi.org/"
-md5sums=('0a3eee53281884a063ce2c44793672b3')
+md5sums=('dccca92409654f4f822b1d343ca75be6')
build() {
cd $startdir/src/$pkgname-$pkgver
./configure --prefix=/usr --sysconfdir=/etc --without-fc
make || return 1
make DESTDIR=$startdir/pkg install
- find $startdir/pkg -name '*\.la' -exec rm {} \;
+ install -D -m644 LICENSE $startdir/pkg/usr/share/licenses/$pkgname/LICENSE
+# Removing wipe symlink as it conflicts with wipe package
+ rm $startdir/pkg/usr/bin/wipe
}
More information about the arch-commits
mailing list