mirror of
https://github.com/arcan1s/pkgbuild.git
synced 2025-07-23 01:49:56 +00:00
Edited PKGBUILDs
This commit is contained in:
@ -1,17 +1,17 @@
|
||||
# Maintainer: Evgeniy "arcanis" Alexeev <esalexeev@gmail.com>
|
||||
# Contributor: Knut Franke - Knut.Franke*gmx.de
|
||||
# Contributor: Olaf Leidinger <leidola@newcon.de>
|
||||
# Contributor: Robal <nigrantis.tigris*.gmail.com>
|
||||
# Maintainer: Evgeniy "arcanis" Alexeev <esalexeev@gmail.com>
|
||||
|
||||
pkgname=scidavis
|
||||
pkgver=0.2.4
|
||||
pkgrel=9
|
||||
pkgdesc="Application for Scientific Data Analysis and Visualization, fork of QtiPlot"
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://scidavis.sourceforge.net/"
|
||||
license=('GPL')
|
||||
depends=('gsl' 'mesa' 'muparser' 'python2-pyqt4' 'shared-mime-info'
|
||||
'qt-assistant-compat' 'qwtplot3d' 'qwt5')
|
||||
license=('GPL')
|
||||
url="http://scidavis.sourceforge.net/"
|
||||
source=(http://prdownloads.sourceforge.net/sourceforge/scidavis/${pkgname}-${pkgver}.tar.bz2
|
||||
multipeakfit.h.patch
|
||||
scidavis.pro.patch
|
||||
@ -47,14 +47,14 @@ prepare()
|
||||
|
||||
build()
|
||||
{
|
||||
cd ${srcdir}/${pkgname}-${pkgver}/
|
||||
cd ${srcdir}/${pkgname}-${pkgver}
|
||||
qmake-qt4
|
||||
make || return 1
|
||||
}
|
||||
|
||||
package ()
|
||||
{
|
||||
cd ${srcdir}/${pkgname}-${pkgver}/
|
||||
cd ${srcdir}/${pkgname}-${pkgver}
|
||||
make INSTALL_ROOT=${pkgdir} install || return 1
|
||||
|
||||
_pydir=`python2 -c "from distutils import sysconfig; print sysconfig.get_python_lib()"`
|
||||
|
Reference in New Issue
Block a user