[arch-commits] Commit in aspell/trunk (PKGBUILD)

Thayer Williams thayer at archlinux.org
Wed Nov 12 21:24:10 UTC 2008


    Date: Wednesday, November 12, 2008 @ 16:24:10
  Author: thayer
Revision: 18966

upgpkg: aspell 0.60.6-3
    pkgbuild cleanup

Modified:
  aspell/trunk/PKGBUILD

----------+
 PKGBUILD |   17 ++++++++++-------
 1 file changed, 10 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-11-12 20:56:51 UTC (rev 18965)
+++ PKGBUILD	2008-11-12 21:24:10 UTC (rev 18966)
@@ -1,25 +1,28 @@
 # $Id$
-# Maintainer: dorphell <dorphell at archlinux.org>
 # Contributor: Jochem Kossen <j.kossen at home.nl>
+# Contributor: dorphell <dorphell at archlinux.org>
+# Maintainer: Thayer Williams <thayer at archlinux.org>
+
 pkgname=aspell
 pkgver=0.60.6
 _pkgmajorver=0.60
-pkgrel=2
-pkgdesc="A Free and Open Source spell checker designed to eventually replace Ispell"
-arch=(i686 x86_64)
+pkgrel=3
+pkgdesc="a spell checker designed to eventually replace Ispell"
+url="http://aspell.net/"
+arch=('i686' 'x86_64')
 license=('LGPL')
 depends=('gcc-libs' 'ncurses>=5.6-7')
+optdepends=('perl: to import old dictionaries')
 options=(!libtool)
+install=aspell.install
 source=(ftp://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-install=aspell.install
-url="http://aspell.net/"
 md5sums=('bc80f0198773d5c05086522be67334eb')
 
 build() {
   cd ${startdir}/src/${pkgname}-${pkgver}
   ./configure --prefix=/usr
   make || return 1
-  make DESTDIR=${startdir}/pkg install
+  make DESTDIR=${startdir}/pkg install || return 1
   ln -s ${pkgname}-${_pkgmajorver} ${startdir}/pkg/usr/lib/${pkgname}
   rm ${pkgdir}/usr/share/info/dir
 }




More information about the arch-commits mailing list