diff options
Diffstat (limited to 'testing/xapian-core')
-rw-r--r-- | testing/xapian-core/APKBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/testing/xapian-core/APKBUILD b/testing/xapian-core/APKBUILD index c916fbf611..4d264daafe 100644 --- a/testing/xapian-core/APKBUILD +++ b/testing/xapian-core/APKBUILD @@ -2,17 +2,18 @@ # Maintainer: Francesco Colista <francesco.colista@gmail.com> pkgname=xapian-core pkgver=1.2.15 -pkgrel=0 +pkgrel=1 pkgdesc="Open source search engine library" url="http://www.xapian.org/" arch="all" -license="GPL" +license="GPL2+" depends="" depends_dev="zlib-dev libgcc e2fsprogs-dev libtool" makedepends="$depends_dev" install="" subpackages="$pkgname-dev $pkgname-doc" source="http://oligarchy.co.uk/xapian/$pkgver/$pkgname-$pkgver.tar.gz" + _builddir="$srcdir"/$pkgname-$pkgver prepare() { local i |