~alpine/devel

1

[alpine-devel] new aport MoinMoin: advanced, easy to use and extensible WikiEngine

Details
Message ID
<AANLkTin1kYWj346W7RbdOhtmmWeoSeiLzmD5C13HxSZy@mail.gmail.com>
Sender timestamp
1294613363
DKIM signature
missing
Download raw message
New aport.

Please review and commit.
Thanks.

:: Francesco Colista
:: Email : francesco.colista@gmail.com
:: Jabber: francesco@jabber.org
Natanael Copa <ncopa@alpinelinux.org>
Details
Message ID
<20110110135833.77e2f597@ncopa-desktop.nor.wtbts.net>
In-Reply-To
<AANLkTin1kYWj346W7RbdOhtmmWeoSeiLzmD5C13HxSZy@mail.gmail.com> (view parent)
Sender timestamp
1294664313
DKIM signature
missing
Download raw message
On Sun, 9 Jan 2011 23:49:23 +0100
Francesco <francesco.colista@gmail.com> wrote:

> From 744f7af555c9cb4b4bf5807a37bcb24ab5e7b158 Mon Sep 17 00:00:00 2001
> From: Francesco Colista <francesco.colista@gmail.com>
> Date: Sun, 9 Jan 2011 22:47:10 +0000
> Subject: [PATCH] testing/moinmoin new abuild: advanced, easy to use
> and extensible WikiEngine
> 
> ---
>  testing/moinmoin/APKBUILD |   28 ++++++++++++++++++++++++++++
>  1 files changed, 28 insertions(+), 0 deletions(-)
>  create mode 100644 testing/moinmoin/APKBUILD
> 
> diff --git a/testing/moinmoin/APKBUILD b/testing/moinmoin/APKBUILD
> new file mode 100644
> index 0000000..ade1898
> --- /dev/null
> +++ b/testing/moinmoin/APKBUILD
> @@ -0,0 +1,28 @@
> +# Contributor: Francesco Colista <francesco.colista@gmail.com>
> +# Maintainer: Francesco Colista <francesco.colista@gmail.com>
> +
> +pkgname=moinmoin
> +pkgver=1.9.3
> +pkgrel=0
> +pkgdesc="Python Wiki"
> +url="http://moinmo.in/"
> +arch="all"

there are no archspecific binaries so it should be noarch

> +license="GPL"
> +depends="python py-jabberbot"
> +depends_dev="python-dev"
> +makedepends="$depends_dev"
there are no -dev package so there is no need for any depends_dev.

> +subpackages=""
> +source="http://static.moinmo.in/files/moin-$pkgver.tar.gz"
> +
> +build() {
> +	cd "$srcdir"/moin-$pkgver
> +	python setup.py build
> +}
> +
> +package() {
> +
> +	cd "$srcdir"/moin-$pkgver
> +	python setup.py install --root="$pkgdir"
> +}

separate build() and package(). Good!

Applied. Thanks!

> +
> +md5sums="b22c15446e9fabda180fc88b21635184  moin-1.9.3.tar.gz"



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