diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-04-20 04:07:59 +0000 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-04-20 04:07:59 +0000 |
commit | c191cced4be4333b966cae0432ae8de29663fa5f (patch) | |
tree | 2c095990cfc426ecda70f9a7d88d055ecb44e5cd /community/xapian-core/PKGBUILD | |
parent | 4d8724d2ae72ab2ea20a9ad299dd36f33bda4658 (diff) |
Sun Apr 20 04:02:05 UTC 2014
Diffstat (limited to 'community/xapian-core/PKGBUILD')
-rw-r--r-- | community/xapian-core/PKGBUILD | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/community/xapian-core/PKGBUILD b/community/xapian-core/PKGBUILD deleted file mode 100644 index 88ba457e2..000000000 --- a/community/xapian-core/PKGBUILD +++ /dev/null @@ -1,30 +0,0 @@ -# $Id: PKGBUILD 105911 2014-02-19 08:50:20Z spupykin $ -# Contributor: Andrea Scarpino <andrea@archlinux.org> -# Contributor: Alexander Fehr <pizzapunk gmail com> -# Contributor: William Rea <sillywilly@gmail.com> -# Maintainer: Daniel J Griffiths <ghost1227@archlinux.us> - -pkgname=xapian-core -epoch=1 -pkgver=1.2.17 -pkgrel=1 -pkgdesc='Open source search engine library.' -arch=('i686' 'x86_64') -url='http://www.xapian.org/' -license=('GPL') -depends=('sh' 'gcc-libs' 'zlib' 'util-linux') -# xapian config requires libxapian.la -options=('libtool') -source=("http://oligarchy.co.uk/xapian/${pkgver}/${pkgname}-${pkgver}.tar.xz") -md5sums=('493117bf45e5471e86b4fc5d6d8069dc') - -build() { - cd "${srcdir}/${pkgname}-${pkgver}" - ./configure --prefix=/usr - make -} - -package() { - cd "${srcdir}/${pkgname}-${pkgver}" - make DESTDIR="${pkgdir}" install -} |