~alpine/devel

1

[alpine-devel] new abuild: py-jabberbot

Details
Message ID
<AANLkTimR-yo+tQC_DSanZHVUQXZk-7GN7oCk6TNjkHj-@mail.gmail.com>
Sender timestamp
1294612758
DKIM signature
missing
Download raw message
new abuild.

Please review and commit.
Thanks!

:: Francesco Colista
:: Email : francesco.colista@gmail.com
:: Jabber: francesco@jabber.org
Natanael Copa <ncopa@alpinelinux.org>
Details
Message ID
<20110110135831.7f7847f3@ncopa-desktop.nor.wtbts.net>
In-Reply-To
<AANLkTimR-yo+tQC_DSanZHVUQXZk-7GN7oCk6TNjkHj-@mail.gmail.com> (view parent)
Sender timestamp
1294664311
DKIM signature
missing
Download raw message
On Sun, 9 Jan 2011 23:39:18 +0100
Francesco <francesco.colista@gmail.com> wrote:

> From a1c022cc2e6bc816975ea9ab63b542d97e4ce6dc Mon Sep 17 00:00:00 2001
> From: Francesco Colista <francesco.colista@gmail.com>
> Date: Sun, 9 Jan 2011 22:34:10 +0000
> Subject: [PATCH 2/2] testing/py-jabberbit new abuild
> 
> ---
>  testing/py-jabberbot/APKBUILD |   26 ++++++++++++++++++++++++++
>  1 files changed, 26 insertions(+), 0 deletions(-)
>  create mode 100644 testing/py-jabberbot/APKBUILD
> 
> diff --git a/testing/py-jabberbot/APKBUILD
> b/testing/py-jabberbot/APKBUILD new file mode 100644
> index 0000000..4f1295d
> --- /dev/null
> +++ b/testing/py-jabberbot/APKBUILD
> @@ -0,0 +1,26 @@
> +# Contributor: Francesco Colista <francesco.colista@gmail.com>
> +# Maintainer: Francesco Colista <francesco.colista@gmail.com>
> +pkgname=py-jabberbot
> +_pkgname=python-jabberbot
> +pkgver=0.10
> +pkgrel=0
> +pkgdesc="A simple Jabber Bot for Python"
> +url="http://pypi.python.org/pypi/jabberbot"
> +arch="x86"

should be noarch

> +license="GPLv3"
> +depends="xmpppy"

should be py-xmppy

> +depends_dev=
> +makedepends="$depends_dev"

makedepends needs python-dev

> +install=""
> +subpackages=""
> +source="http://thpinfo.com/2007/$_pkgname/jabberbot-$pkgver.tar.gz"
> +
> +_builddir=$srcdir/jabberbot-$pkgver

missing build() function

> +
> +package() {
> +    	cd "$_builddir"
> +	python setup.py install --root="$pkgdir"
> +}
> +
> +
> +md5sums="23868f12b4c58d113cfb60a81ea7e8c0  jabberbot-0.10.tar.gz"

I applied and fixed the above.
Thanks!

-nc


---
Unsubscribe:  alpine-devel+unsubscribe@lists.alpinelinux.org
Help:         alpine-devel+help@lists.alpinelinux.org
---
Reply to thread Export thread (mbox)