Added current pkgbuilds

This commit is contained in:
arcan1s
2013-09-11 01:27:20 +04:00
parent 6f7fb30c6e
commit 2560cb8c5b
23 changed files with 860 additions and 0 deletions

40
ghemical-mpqc/PKGBUILD Normal file
View 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
}

View 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