[arch-commits] Commit in hunspell/trunk (PKGBUILD)
andyrtr at archlinux.org
andyrtr at archlinux.org
Tue Apr 22 15:44:26 UTC 2008
Date: Tuesday, April 22, 2008 @ 11:44:26
Author: andyrtr
Revision: 744
upgpkg: hunspell 1.2.2-2
fix pkgconfig
Modified:
hunspell/trunk/PKGBUILD
----------+
PKGBUILD | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2008-04-22 05:47:51 UTC (rev 743)
+++ PKGBUILD 2008-04-22 15:44:26 UTC (rev 744)
@@ -2,7 +2,7 @@
# Contributor: Hussam Al-Tayeb <ht990332 at gmail.com>
pkgname=hunspell
pkgver=1.2.2
-pkgrel=1
+pkgrel=2
pkgdesc="Hunspell is a spell checker and morphological analyzer library"
arch=(i686 x86_64)
license=('GPL' 'LGPL' 'MPL')
@@ -18,7 +18,4 @@
./configure --prefix=/usr --disable-static
make || return 1
make DESTDIR=${startdir}/pkg install
-
- # hack to make it usable for OpenOffice
- sed -i "s/-1.2//" $startdir/pkg/usr/lib/pkgconfig/hunspell.pc
}
More information about the arch-commits
mailing list