From c4d52845b0f31c48e8ac9328c8f73bedc4a05798 Mon Sep 17 00:00:00 2001 From: Leonardo Arena Date: Thu, 20 May 2010 06:27:18 +0000 Subject: testing/python-imaging: new aport --- testing/python-imaging/APKBUILD | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 testing/python-imaging/APKBUILD (limited to 'testing/python-imaging/APKBUILD') diff --git a/testing/python-imaging/APKBUILD b/testing/python-imaging/APKBUILD new file mode 100644 index 0000000000..1fd46b0728 --- /dev/null +++ b/testing/python-imaging/APKBUILD @@ -0,0 +1,21 @@ +# Contributor: Francesco Colista +# Maintainer: Francesco Colista + +pkgname=python-imaging +pkgver=1.1.7 +pkgrel=0 +pkgdesc="Python image manipulation library" +url="http://pypi.python.org/pypi/PLI" +license="PSF" +depends="python" +makedepends="python-dev" +install= +subpackages="" +source="http://effbot.org/downloads/Imaging-$pkgver.tar.gz" +build() { + cd "$srcdir"/Imaging-$pkgver + mkdir -p "$pkgdir"/usr/lib/python2.6/site-packages + python setup.py install --root="$pkgdir" +} + +md5sums="fc14a54e1ce02a0225be8854bfba478e Imaging-1.1.7.tar.gz" -- cgit v1.2.3