summaryrefslogtreecommitdiff
path: root/community/libmatio/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/libmatio/PKGBUILD')
-rw-r--r--community/libmatio/PKGBUILD27
1 files changed, 0 insertions, 27 deletions
diff --git a/community/libmatio/PKGBUILD b/community/libmatio/PKGBUILD
deleted file mode 100644
index df42830cd..000000000
--- a/community/libmatio/PKGBUILD
+++ /dev/null
@@ -1,27 +0,0 @@
-# $Id: PKGBUILD 70169 2012-05-01 11:20:31Z andrea $
-# Maintainer:
-# Contributor: Stefan Husmann <stefan-husmann@t-online.de>
-# Contributor: William Rea <sillywilly@gmail.com>
-
-pkgname=libmatio
-pkgver=1.5.0
-pkgrel=1
-pkgdesc="A C library with a fortran 90/95 module interface for reading/writing MATLAB MAT-files"
-arch=('i686' 'x86_64' 'mips64el')
-license=('LGPL')
-url="http://sourceforge.net/projects/matio"
-depends=('zlib')
-options=('!libtool')
-source=("http://downloads.sourceforge.net/matio/matio-$pkgver.tar.gz")
-sha1sums=('70dbf09984ade6adfb38c1b62ae5585ff7f85e05')
-
-build() {
- cd "${srcdir}"/matio-$pkgver
- ./configure --prefix=/usr --enable-shared
- make
-}
-
-package() {
- cd "${srcdir}"/matio-$pkgver
- make DESTDIR="${pkgdir}" install
-}