From 354f48716a6505d96e51c8827523cde2fc1ba62c Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Thu, 24 May 2012 18:50:30 +0000 Subject: testing/py-beautifulsoup: minor layout changes --- testing/py-beautifulsoup/APKBUILD | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'testing') diff --git a/testing/py-beautifulsoup/APKBUILD b/testing/py-beautifulsoup/APKBUILD index fa8bb7c9e..5cb0d4068 100644 --- a/testing/py-beautifulsoup/APKBUILD +++ b/testing/py-beautifulsoup/APKBUILD @@ -8,15 +8,22 @@ pkgdesc="A Python HTML/XML parser designed for quick turnaround projects like sc url="http://www.crummy.com/software/BeautifulSoup/index.html" arch="noarch" license="BSD" -depends= +depends="" depends_dev="python-dev" makedepends="$depends_dev" install="" subpackages="" source="http://www.crummy.com/software/BeautifulSoup/download/3.x/$_pkgname-$pkgver.tar.gz" + _builddir="$srcdir"/$_pkgname-$pkgver +build() { + cd "$_builddir" + python setup.py build || return 1 +} + package() { cd "$_builddir" - python setup.py install --root=$pkgdir + python setup.py install --prefix=/usr --root="$pkgdir" || return 1 } + md5sums="5ad1a8550a19bfc945baac23eb8293ed BeautifulSoup-3.2.1.tar.gz" -- cgit v1.2.3