From 208877f2cb176d3a175d7e93f8a92a29f115102c Mon Sep 17 00:00:00 2001 From: Jon Bergli Heier Date: Thu, 25 Mar 2010 11:09:44 +0100 Subject: Added pyanidb and multihash. --- multihash/PKGBUILD | 19 +++++++++++++++++++ pyanidb/PKGBUILD | 19 +++++++++++++++++++ 2 files changed, 38 insertions(+) create mode 100644 multihash/PKGBUILD create mode 100644 pyanidb/PKGBUILD diff --git a/multihash/PKGBUILD b/multihash/PKGBUILD new file mode 100644 index 0000000..2c91260 --- /dev/null +++ b/multihash/PKGBUILD @@ -0,0 +1,19 @@ +# Contributor: Jon Bergli Heier +pkgname=multihash +pkgver=0.1.1 +pkgrel=1 +pkgdesc="Multihash is a library for hashing with multiple algorithms at the same time." +arch=(i686 x86_64) +url="http://redmine.jvnv.net/projects/multihash" +license=('GPL') +depends=('python' 'boost') +source=(http://archive.jvnv.net/$pkgname-$pkgver.tar.gz) +md5sums=('f444785dd591d5bb364ba58d554ba3c6') + +build() { + cd "$srcdir/$pkgname-$pkgver" + + python setup.py install --root=${pkgdir} || return 1 +} + +# vim:set ts=2 sw=2 et: diff --git a/pyanidb/PKGBUILD b/pyanidb/PKGBUILD new file mode 100644 index 0000000..477b505 --- /dev/null +++ b/pyanidb/PKGBUILD @@ -0,0 +1,19 @@ +# Contributor: Jon Bergli Heier +pkgname=pyanidb +pkgver=0.1.2 +pkgrel=1 +pkgdesc="PyAniDB is a client for AniDB's UDP API." +arch=(any) +url="http://redmine.jvnv.net/projects/pyanidb/wiki" +license=('GPL') +depends=('python' 'boost') +source=(http://archive.jvnv.net/$pkgname-$pkgver.tar.gz) +md5sums=('1562f17678df64727a538466c7b36411') + +build() { + cd "$srcdir/$pkgname-$pkgver" + + python setup.py install --root=${pkgdir} || return 1 +} + +# vim:set ts=2 sw=2 et: -- cgit v1.2.3