mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-03 09:07:14 +08:00
updating all banking support packages, adding alkimia
This commit is contained in:
parent
5ce965c974
commit
5f733c79fe
30
alkimia/PKGBUILD
Normal file
30
alkimia/PKGBUILD
Normal file
@ -0,0 +1,30 @@
|
||||
# Platform Packages for Chakra, part of chakra-project.org
|
||||
#
|
||||
# maintainer (i686): Phil Miller <philm[at]chakra-project[dog]org>
|
||||
# maintainer (x86_64): Manuel Tortosa <manutortosa[at]chakra-project[dot]org>
|
||||
|
||||
# include global config
|
||||
source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
|
||||
|
||||
pkgname=alkimia
|
||||
pkgver=4.3.1
|
||||
pkgrel=1
|
||||
pkgdesc="A library with common classes and functionality used by finance applications for the KDE SC."
|
||||
depends=()
|
||||
makedepends=('cmake' 'automoc4')
|
||||
conflicts=()
|
||||
url=('http://kde-apps.org/content/show.php/libalkimia?content=137323')
|
||||
license=('LGPL')
|
||||
arch=('i686' 'x86_64')
|
||||
|
||||
source=("http://kde-apps.org/CONTENT/content-files/137323-libalkimia-$pkgver.tar.bz2")
|
||||
md5sums=('73d7f1365118019030b2045d95c92456')
|
||||
|
||||
build()
|
||||
|
||||
{
|
||||
cd $srcdir/libalkimia-$pkgver
|
||||
cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=DebugFull
|
||||
make
|
||||
make DESTDIR=$startdir/pkg install
|
||||
}
|
@ -5,7 +5,8 @@
|
||||
# maintainer (x86_64): Manuel Tortosa <manutortosa[at]chakra-project[dot]org>
|
||||
|
||||
pkgname=aqbanking-qt4
|
||||
pkgver=5.0.5
|
||||
pkgver=5.0.15
|
||||
_dnrel=86
|
||||
pkgrel=1
|
||||
pkgdesc="A library for online banking and financial applications"
|
||||
arch=(i686 x86_64)
|
||||
@ -14,7 +15,7 @@ url="http://www.aquamaniac.de/aqbanking"
|
||||
license=('GPL')
|
||||
depends=('gwenhywfar' 'ktoblzcheck' 'libofx')
|
||||
options=('!makeflags' '!libtool')
|
||||
source=("aqbanking-$pkgver.tar.gz::http://www2.aquamaniac.de/sites/download/download.php?package=03&release=78&file=01&dummy=aqbanking-$pkgver.tar.gz")
|
||||
source=("aqbanking-$pkgver.tar.gz::http://www2.aquamaniac.de/sites/download/download.php?package=03&release=${_dnrel}&file=01&dummy=aqbanking-$pkgver.tar.gz")
|
||||
|
||||
build() {
|
||||
cd $srcdir/aqbanking-$pkgver
|
||||
@ -26,4 +27,4 @@ build() {
|
||||
make DESTDIR=$pkgdir install
|
||||
}
|
||||
|
||||
md5sums=('b50c28887fc9fd2fc9a4d9fc996497e6')
|
||||
md5sums=('d7619785e50c2b9ca44b4ae8aa27aebc')
|
||||
|
@ -8,20 +8,20 @@
|
||||
source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
|
||||
|
||||
pkgname=gwenhywfar
|
||||
pkgver=4.0.9
|
||||
pkgver=4.3.0
|
||||
pkgrel=1
|
||||
pkgdesc="OS abstraction functions for various projects"
|
||||
arch=(i686 x86_64)
|
||||
url="http://www.aquamaniac.de"
|
||||
options=('!libtool')
|
||||
license=("LGPL")
|
||||
depends=('openssl' 'qt' 'gnutls')
|
||||
depends=('openssl' 'qt' 'gnutls' 'libgcrypt')
|
||||
source=("gwenhywfar-$pkgver.tar.gz::http://www2.aquamaniac.de/sites/download/download.php?package=01&release=60&file=01&dummy=gwenhywfar-$pkgver.tar.gz")
|
||||
md5sums=('03c22b95eb493c8c98284d3d2e4d9795')
|
||||
|
||||
build() {
|
||||
pacman -Q gwenhywfar && return 1
|
||||
cd $srcdir/gwenhywfar-$pkgver
|
||||
cd $srcdir/gwenhywfar-4.0.9
|
||||
./configure --prefix=/usr --sysconfdir=/etc --enable-ssl --with-guis=qt4 --disable-gtk2
|
||||
make
|
||||
make DESTDIR=$pkgdir install
|
||||
|
@ -8,7 +8,7 @@
|
||||
source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
|
||||
|
||||
pkgname=ktoblzcheck
|
||||
pkgver=1.28
|
||||
pkgver=1.33
|
||||
pkgrel=1
|
||||
pkgdesc="tool for verification of account numbers and bank codes"
|
||||
arch=('i686' 'x86_64')
|
||||
@ -16,11 +16,15 @@ license=('LGPL')
|
||||
url="http://ktoblzcheck.sourceforge.net/"
|
||||
depends=('python2' 'gcc-libs')
|
||||
source=("http://downloads.sourceforge.net/project/$pkgname/$pkgname-$pkgver.tar.gz")
|
||||
md5sums=('c0d4eea78f30e9bef4c5770c4773cde0')
|
||||
md5sums=('e9f62a9a64ee51ab43751eadcade0433')
|
||||
|
||||
build() {
|
||||
cd $srcdir/$pkgname-$pkgver
|
||||
./configure --prefix=/usr --enable-python
|
||||
make
|
||||
make prefix=$pkgdir/usr install
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "$srcdir/ktoblzcheck-$pkgver"
|
||||
make DESTDIR="$pkgdir" install
|
||||
}
|
||||
|
@ -1,24 +1,48 @@
|
||||
#
|
||||
# Chakra Packages for Chakra, part of chakra-project.org
|
||||
# Platform Packages for Chakra, part of chakra-project.org
|
||||
#
|
||||
# maintainer (i686): Phil Miller <philm[at]chakra-project[dog]org>
|
||||
# maintainer (x86_64): Manuel Tortosa <manutortosa[at]chakra-project[dot]org>
|
||||
|
||||
pkgname=libofx
|
||||
pkgver=0.9.2
|
||||
# include global config
|
||||
source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
|
||||
|
||||
pkgbase=libofx
|
||||
pkgname=('libofx' 'libofx-doc')
|
||||
pkgver=0.9.4
|
||||
pkgrel=1
|
||||
pkgdesc="API for the OFX banking standard"
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://libofx.sourceforge.net"
|
||||
license=("GPL")
|
||||
options=('!libtool')
|
||||
depends=('opensp>=1.5.2' 'curl' 'gcc-libs')
|
||||
license=('GPL')
|
||||
depends=('opensp' 'curl' 'libxml++')
|
||||
checkdepends=('gnupg')
|
||||
source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
|
||||
md5sums=('cb72fce95e0d59bef78ba0601fbc91f3')
|
||||
md5sums=('f2419bf8d01c0cff74efe7084e0a26c5')
|
||||
sha1sums=('7370245c011ac4ea9313ba24a88c70e0eb9c317b')
|
||||
|
||||
build() {
|
||||
cd $srcdir/$pkgname-$pkgver
|
||||
cd "$srcdir/$pkgbase-$pkgver"
|
||||
./configure --prefix=/usr
|
||||
make || return 1
|
||||
make DESTDIR=$pkgdir install
|
||||
make
|
||||
}
|
||||
|
||||
check() {
|
||||
cd "$srcdir/$pkgbase-$pkgver"
|
||||
make check
|
||||
}
|
||||
|
||||
package_libofx() {
|
||||
options=('!libtool' '!docs')
|
||||
|
||||
cd "$srcdir/$pkgbase-$pkgver"
|
||||
make DESTDIR="$pkgdir" install
|
||||
}
|
||||
|
||||
package_libofx-doc() {
|
||||
pkgdesc="Documention of the OFX banking standard API"
|
||||
depends=()
|
||||
|
||||
cd "$srcdir/$pkgbase-$pkgver"
|
||||
make DESTDIR="$pkgdir" install-docDATA
|
||||
make -C doc DESTDIR="$pkgdir" install
|
||||
}
|
||||
|
@ -1,29 +1,39 @@
|
||||
# $Id: PKGBUILD 27689 2009-02-24 21:08:28Z eric $
|
||||
# Maintainer: dorphell <dorphell@archlinux.org>
|
||||
# Contributor: Tom Newsom <Jeepster@gmx.co.uk>
|
||||
# Platform Packages for Chakra, part of chakra-project.org
|
||||
#
|
||||
# maintainer (i686): Phil Miller <philm[at]chakra-project[dog]org>
|
||||
# maintainer (x86_64): Manuel Tortosa <manutortosa[at]chakra-project[dot]org>
|
||||
|
||||
# include global config
|
||||
source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
|
||||
|
||||
pkgname=opensp
|
||||
pkgver=1.5.2
|
||||
pkgrel=1
|
||||
pkgdesc="A library and a set of tools for validating, parsing and manipulating SGML and XML documents."
|
||||
pkgrel=2
|
||||
pkgdesc="A library and a set of tools for validating, parsing and manipulating SGML and XML documents"
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://openjade.sourceforge.net/"
|
||||
license=('BSD')
|
||||
depends=('gcc-libs')
|
||||
makedepends=('xmlto' 'docbook-xsl')
|
||||
options=('!libtool')
|
||||
source=(http://download.sourceforge.net/openjade/OpenSP-$pkgver.tar.gz)
|
||||
source=("http://download.sourceforge.net/openjade/OpenSP-$pkgver.tar.gz")
|
||||
md5sums=('670b223c5d12cee40c9137be86b6c39b')
|
||||
|
||||
build() {
|
||||
cd $srcdir/OpenSP-$pkgver
|
||||
./configure --prefix=/usr --mandir=/usr/share/man \
|
||||
--disable-nls \
|
||||
--enable-http \
|
||||
--enable-default-catalog=/etc/sgml/catalog:/etc/xml/catalog \
|
||||
--enable-default-search-path=/usr/share/sgml:/usr/share/xml \
|
||||
--enable-xml-messages || return 1
|
||||
make || return 1
|
||||
make DESTDIR=$pkgdir install || return 1
|
||||
install -D -m644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
|
||||
cd "${srcdir}"/OpenSP-$pkgver
|
||||
./configure --prefix=/usr \
|
||||
--mandir=/usr/share/man \
|
||||
--disable-nls \
|
||||
--enable-http \
|
||||
--enable-default-catalog=/etc/sgml/catalog:/etc/xml/catalog \
|
||||
--enable-default-search-path=/usr/share/sgml:/usr/share/xml \
|
||||
--enable-xml-messages
|
||||
make
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "${srcdir}"/OpenSP-$pkgver
|
||||
make DESTDIR="${pkgdir}" install
|
||||
install -D -m644 COPYING "${pkgdir}"/usr/share/licenses/$pkgname/LICENSE
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user