diff options
author | Michael Hanson <hansonorders@verizon.net> | 2010-11-11 03:28:38 (GMT) |
---|---|---|
committer | Michael Hanson <hansonorders@verizon.net> | 2010-11-11 03:28:38 (GMT) |
commit | 49a4ccd324e2ae53c04fb5ce8b8095c6b2d5eb6a (patch) | |
tree | 3aab87a8fa4621d427620609b7f90b2687022585 /abs/extra/hunspell/PKGBUILD | |
parent | 2ca74b400de2bfe1f6330a9ea733901c91ea63e0 (diff) | |
download | linhes_pkgbuild-49a4ccd324e2ae53c04fb5ce8b8095c6b2d5eb6a.zip linhes_pkgbuild-49a4ccd324e2ae53c04fb5ce8b8095c6b2d5eb6a.tar.gz linhes_pkgbuild-49a4ccd324e2ae53c04fb5ce8b8095c6b2d5eb6a.tar.bz2 |
hunspell: upgrade to 1.2.12
Diffstat (limited to 'abs/extra/hunspell/PKGBUILD')
-rw-r--r-- | abs/extra/hunspell/PKGBUILD | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/abs/extra/hunspell/PKGBUILD b/abs/extra/hunspell/PKGBUILD index 07a6e66..87f46cb 100644 --- a/abs/extra/hunspell/PKGBUILD +++ b/abs/extra/hunspell/PKGBUILD @@ -3,7 +3,7 @@ # Contributor: Hussam Al-Tayeb <ht990332@gmail.com> pkgname=hunspell -pkgver=1.2.11 +pkgver=1.2.12 pkgrel=1 pkgdesc="Spell checker and morphological analyzer library and program" arch=('i686' 'x86_64') @@ -18,6 +18,9 @@ build() { ./configure --prefix=/usr --disable-static || return 1 make || return 1 +} +package() { + cd "$srcdir/hunspell-$pkgver" make DESTDIR="$pkgdir" install || return 1 } -md5sums=('8f57cdc4db091d69e1f682ed4d8ab282') +md5sums=('5ef2dc1026660d0ffb7eae7b511aee23') |