diff options
author | root <root@rshg054.dnsready.net> | 2013-08-11 01:21:34 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-08-11 01:21:34 -0700 |
commit | 18a41d682d6e91e0d28fce23eb75292f477bd620 (patch) | |
tree | bce8f660d7d0b6541cadbc49bf1bac2434e4c0c6 /community/libmatio | |
parent | 0ade1da67addf154d93c6a6399b0a3d5a18a3336 (diff) |
Sun Aug 11 01:21:31 PDT 2013
Diffstat (limited to 'community/libmatio')
-rw-r--r-- | community/libmatio/PKGBUILD | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/community/libmatio/PKGBUILD b/community/libmatio/PKGBUILD deleted file mode 100644 index da7660150..000000000 --- a/community/libmatio/PKGBUILD +++ /dev/null @@ -1,34 +0,0 @@ -# $Id: PKGBUILD 88815 2013-04-23 01:03:57Z eric $ -# Maintainer: Alexander Rødseth <rodseth@gmail.com> -# Contributor: Stefan Husmann <stefan-husmann@t-online.de> -# Contributor: William Rea <sillywilly@gmail.com> - -pkgname=libmatio -pkgver=1.5.1 -pkgrel=1 -pkgdesc='C library with a fortran 90/95 module interface for reading/writing MATLAB MAT-files' -arch=('x86_64' 'i686') -license=('LGPL') -url='http://sourceforge.net/projects/matio' -depends=('zlib') -options=('!libtool' '!emptydirs') -source=("http://downloads.sourceforge.net/matio/matio-$pkgver.tar.bz2") -sha1sums=('12b8ed59688b2f41903ddc3e7975f21f10fe42bb') - -build() { - cd matio-$pkgver - ./configure --prefix=/usr --enable-shared - make -} - -check() { - cd matio-$pkgver - make check -} - -package() { - cd matio-$pkgver - make DESTDIR="$pkgdir" install -} - -# vim:set ts=2 sw=2 et: |