mirror of
https://github.com/arcan1s/pkgbuild.git
synced 2025-07-23 01:49:56 +00:00
Added current pkgbuilds
This commit is contained in:
40
ghemical-mpqc/PKGBUILD
Normal file
40
ghemical-mpqc/PKGBUILD
Normal file
@ -0,0 +1,40 @@
|
||||
# Maintainer Evgeniy Alexeev <esalexeev@gmail.com>
|
||||
# Contributor: Xyne <ac xunilhcra enyx, backwards>
|
||||
# Contributor: Abhishek Dasgupta <abhidg@gmail.com>
|
||||
|
||||
pkgname=ghemical-mpqc
|
||||
_pkgname=ghemical
|
||||
pkgver=3.0.0
|
||||
pkgrel=3
|
||||
pkgdesc='Computational chemistry package. Version with enabled mpqc'
|
||||
license=("GPL")
|
||||
arch=('x86_64' 'i686')
|
||||
url='http://bioinformatics.org/ghemical/ghemical/'
|
||||
depends=('libghemical-mpqc' 'liboglappth>=1.0' 'libglade' 'gtkglext' 'openbabel')
|
||||
makedepends=('pkgconfig' 'intltool>=0.40.0' 'gettext')
|
||||
source=(http://bioinformatics.org/ghemical/download/release20111012/${_pkgname}-${pkgver}.tar.gz
|
||||
${_pkgname}.desktop)
|
||||
md5sums=('becf98626f0eba73f7f042bc92aa60ac'
|
||||
'7e8789d42d1318a427a30f3bf64cb5a6')
|
||||
|
||||
prepare()
|
||||
{
|
||||
cd ${srcdir}/${_pkgname}-${pkgver}
|
||||
|
||||
# Some users have reported crashes due to the courier font.
|
||||
sed -i 's:courier 12:monospace:g' ./src/*.cpp
|
||||
}
|
||||
|
||||
build()
|
||||
{
|
||||
cd ${srcdir}/${_pkgname}-${pkgver}
|
||||
./configure --prefix=/usr
|
||||
make -j3
|
||||
}
|
||||
|
||||
package()
|
||||
{
|
||||
cd ${srcdir}/${_pkgname}-${pkgver}
|
||||
install -Dm644 ${srcdir}/${_pkgname}.desktop ${pkgdir}/usr/share/applications/${_pkgname}.desktop
|
||||
make DESTDIR=${pkgdir} install
|
||||
}
|
13
ghemical-mpqc/ghemical.desktop
Normal file
13
ghemical-mpqc/ghemical.desktop
Normal file
@ -0,0 +1,13 @@
|
||||
[Desktop Entry]
|
||||
Type=Application
|
||||
Version=3.0.0
|
||||
Name=Ghemical
|
||||
GenericName=Computational chemistry package
|
||||
GenericName[de]=Chemisches Berechnungsprogramm
|
||||
Comment=3D molecule editor and computing program
|
||||
Comment[de]=3D Moleküleditor und Berechnungsprogramm
|
||||
Icon=/usr/share/ghemical/3.0.0/pixmaps/ghemical.png
|
||||
Exec=/usr/bin/ghemical
|
||||
Terminal=false
|
||||
Categories=Science;Chemistry;Education;
|
||||
StartupNotify=true
|
Reference in New Issue
Block a user