testing/harminv: take maintainership

This commit is contained in:
Roberto Oliveira 2018-03-27 08:24:37 +00:00
parent 91bfa8d58d
commit cf5daa5aec

View File

@ -1,8 +1,8 @@
# Contributor: Isaac Dunham <ibid.ag@gmail.com> # Contributor: Isaac Dunham <ibid.ag@gmail.com>
# Maintainer: # Maintainer: Roberto Oliveira <robertoguimaraes8@gmail.com>
pkgname=harminv pkgname=harminv
pkgver=1.4.1 pkgver=1.4.1
pkgrel=1 pkgrel=2
pkgdesc="Free program to solve the problem of harmonic inversion" pkgdesc="Free program to solve the problem of harmonic inversion"
url="https://github.com/stevengj/harminv" url="https://github.com/stevengj/harminv"
arch="all !s390x" arch="all !s390x"
@ -24,7 +24,8 @@ build() {
--mandir=/usr/share/man \ --mandir=/usr/share/man \
--infodir=/usr/share/info \ --infodir=/usr/share/info \
--localstatedir=/var \ --localstatedir=/var \
--disable-static --enable-shared --disable-static \
--enable-shared
make make
} }