summaryrefslogtreecommitdiff
path: root/staging/enchant/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'staging/enchant/PKGBUILD')
-rw-r--r--staging/enchant/PKGBUILD30
1 files changed, 0 insertions, 30 deletions
diff --git a/staging/enchant/PKGBUILD b/staging/enchant/PKGBUILD
deleted file mode 100644
index 1f95981e7..000000000
--- a/staging/enchant/PKGBUILD
+++ /dev/null
@@ -1,30 +0,0 @@
-# $Id: PKGBUILD 126152 2011-06-01 20:31:07Z andyrtr $
-# Maintainer: Andrea Scarpino <andrea@archlinux.org>
-# Contributor: dorphell <dorphell@archlinux.org>
-
-pkgname=enchant
-pkgver=1.6.0
-pkgrel=2
-pkgdesc="A wrapper library for generic spell checking"
-arch=('i686' 'x86_64')
-url="http://www.abisource.com/enchant/"
-license=('LGPL')
-depends=('aspell' 'dbus-glib' 'hunspell')
-makedepends=('hspell')
-options=('!libtool')
-source=("http://www.abisource.com/downloads/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz")
-md5sums=('de11011aff801dc61042828041fb59c7')
-
-build() {
- cd "${srcdir}/${pkgname}-${pkgver}"
- ./configure --prefix=/usr \
- --disable-static \
- --disable-ispell \
- --with-myspell-dir=/usr/share/myspell
- make
-}
-
-package() {
- cd "${srcdir}/${pkgname}-${pkgver}"
- make DESTDIR="${pkgdir}" install
-}