[arch-commits] Commit in libmythes/trunk (PKGBUILD)
andyrtr at archlinux.org
andyrtr at archlinux.org
Tue Jun 22 19:17:17 UTC 2010
Date: Tuesday, June 22, 2010 @ 15:17:16
Author: andyrtr
Revision: 83749
upgpkg: libmythes 1.2.1-1
new version 1.2.1
Modified:
libmythes/trunk/PKGBUILD
----------+
PKGBUILD | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2010-06-22 18:51:13 UTC (rev 83748)
+++ PKGBUILD 2010-06-22 19:17:16 UTC (rev 83749)
@@ -2,7 +2,7 @@
# Maintainer: AndyRTR <andyrtr at archlinux.org>
pkgname=libmythes
-pkgver=1.2.0
+pkgver=1.2.1
pkgrel=1
pkgdesc="a simple thesaurus, contains static library and header file needed to develop applications using mythes + perl script to create index files"
arch=('i686' 'x86_64')
@@ -12,12 +12,12 @@
options=('force' '!libtool')
provides=('mythes')
source=(http://downloads.sourceforge.net/hunspell/${pkgname/lib/}-${pkgver}.tar.gz)
-md5sums=('067201ea8b126597670b5eff72e1f66c')
+md5sums=('54b310488dda6929cf31ae859928c945')
build() {
cd ${srcdir}/${pkgname/lib/}-$pkgver
./configure --prefix=/usr --disable-static
- make || return 1
+ make
# run the example program:
./example th_en_US_new.idx th_en_US_new.dat checkme.lst
# run the example program with stemming and morphological generation:
@@ -27,7 +27,7 @@
package() {
cd ${srcdir}/${pkgname/lib/}-$pkgver
- make DESTDIR=$pkgdir install || return 1
+ make DESTDIR=$pkgdir install
# license
install -Dm644 ${srcdir}/${pkgname/lib/}-$pkgver/COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
}
More information about the arch-commits
mailing list