[arch-commits] CVS update of extra/network/lam (PKGBUILD)
Eric Belanger
eric at archlinux.org
Tue Nov 27 04:26:47 UTC 2007
Date: Monday, November 26, 2007 @ 23:26:47
Author: eric
Path: /home/cvs-extra/extra/network/lam
Removed: PKGBUILD (1.13)
extra repo cleanup
----------+
PKGBUILD | 24 ------------------------
1 file changed, 24 deletions(-)
Index: extra/network/lam/PKGBUILD
diff -u extra/network/lam/PKGBUILD:1.13 extra/network/lam/PKGBUILD:removed
--- extra/network/lam/PKGBUILD:1.13 Mon Jul 9 23:55:08 2007
+++ extra/network/lam/PKGBUILD Mon Nov 26 23:26:47 2007
@@ -1,24 +0,0 @@
-# $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.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')
-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)
-md5sums=('dccca92409654f4f822b1d343ca75be6')
-
-build() {
- cd $startdir/src/$pkgname-$pkgver
- ./configure --prefix=/usr --sysconfdir=/etc --without-fc
- make || return 1
- make DESTDIR=$startdir/pkg install
- 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