some changes

This commit is contained in:
arcan1s 2014-01-16 22:42:23 +04:00
parent 0d4e608c1d
commit e07a9d0298
3 changed files with 9 additions and 9 deletions

View File

@ -3,15 +3,15 @@
pkgname=kwin-scripts-tiling
_pkgname=tiling
pkgver=1.3.3
pkgrel=2
pkgver=1.4
pkgrel=1
pkgdesc="Tiling script for kwin"
arch=('any')
url="http://kde-look.org/content/show.php?content=161151"
license=('GPL')
depends=('kdebase-workspace')
source=(http://kde-look.org/CONTENT/content-files/161151-${_pkgname}.kwinscript)
md5sums=('9ce4598e0d8d39128068d279169a0572')
md5sums=('0ad7c0da6bc01a5b3186024ad8b3eb2a')
package() {
install -d "${pkgdir}/usr/share/apps/kwin/scripts/kwin-script-tiling/"

View File

@ -5,7 +5,7 @@
pkgname=libghemical-mpqc
_pkgname=libghemical
pkgver=3.0.0
pkgrel=1
pkgrel=2
pkgdesc="Library containing computational chemistry facility of ghemical. Version with enabled mpqc and mopac7"
arch=('i686' 'x86_64')
url="http://bioinformatics.org/ghemical/libghemical/"
@ -14,18 +14,17 @@ depends=('gcc-libs' 'mopac7' 'mpqc-shared')
makedepends=('intltool>=0.40.0' 'openbabel')
conflicts=('libghemical')
provides=('libghemical')
options=(libtool staticlibs)
source=(http://bioinformatics.org/ghemical/download/release20111012/${_pkgname}-${pkgver}.tar.gz)
md5sums=('1d5c9c19bb119470d2bb41a7e681eafd')
build()
{
build() {
cd "${srcdir}/${_pkgname}-${pkgver}"
./configure --prefix=/usr --enable-mpqc --enable-mopac7
make
}
package()
{
package() {
cd "${srcdir}/${_pkgname}-${pkgver}"
make DESTDIR="${pkgdir}" install
}

View File

@ -3,7 +3,7 @@
pkgname=mpqc-shared
_pkgname=mpqc
pkgver=2.3.1
pkgrel=1
pkgrel=2
pkgdesc="The Massively Parallel Quantum Chemistry Program. Version with shared libraries"
arch=('i686' 'x86_64')
url="http://www.mpqc.org/"
@ -11,6 +11,7 @@ license=('LGPL')
depends=('gcc-fortran' 'gcc-libs' 'lapack' 'perl' 'tk')
conflicts=('mpqc')
provides=('mpqc')
options=(libtool staticlibs)
source=(http://sourceforge.net/projects/mpqc/files/mpqc/${pkgver}/${_pkgname}-${pkgver}.tar.bz2)
md5sums=('2f9b4f7487387730d78066a53764f848')