[arch-commits] Commit in libmythes/repos (4 files)
andyrtr at archlinux.org
andyrtr at archlinux.org
Fri Jun 29 10:55:25 UTC 2012
Date: Friday, June 29, 2012 @ 06:55:24
Author: andyrtr
Revision: 162736
archrelease: copy trunk to extra-i686, extra-x86_64
Added:
libmythes/repos/extra-i686/PKGBUILD
(from rev 162735, libmythes/trunk/PKGBUILD)
libmythes/repos/extra-x86_64/PKGBUILD
(from rev 162735, libmythes/trunk/PKGBUILD)
Deleted:
libmythes/repos/extra-i686/PKGBUILD
libmythes/repos/extra-x86_64/PKGBUILD
-----------------------+
extra-i686/PKGBUILD | 70 ++++++++++++++++++++++++------------------------
extra-x86_64/PKGBUILD | 70 ++++++++++++++++++++++++------------------------
2 files changed, 70 insertions(+), 70 deletions(-)
Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD 2012-06-29 10:54:43 UTC (rev 162735)
+++ extra-i686/PKGBUILD 2012-06-29 10:55:24 UTC (rev 162736)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR <andyrtr at archlinux.org>
-
-pkgname=libmythes
-pkgver=1.2.2
-pkgrel=1
-epoch=1
-pkgdesc="a simple thesaurus"
-arch=('i686' 'x86_64')
-url="http://hunspell.sourceforge.net/ "
-license=('custom')
-depends=('glibc' 'perl')
-makedepends=('hunspell')
-options=('!libtool')
-provides=('mythes')
-source=(http://downloads.sourceforge.net/hunspell/${pkgname/lib/}-${pkgver}.tar.gz)
-md5sums=('e1e255dc43dbcbb34cb19e8a0eba90ae')
-
-build() {
- cd ${srcdir}/${pkgname/lib/}-$pkgver
- ./configure --prefix=/usr --disable-static
- 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:
- # e.g. to check mouse, mice, rodents, eats, eaten, ate, eating etc. words
- ./example morph.idx morph.dat morph.lst morph.aff morph.dic
-}
-
-package() {
- cd ${srcdir}/${pkgname/lib/}-$pkgver
- make DESTDIR=$pkgdir install
- # license
- install -Dm644 ${srcdir}/${pkgname/lib/}-$pkgver/COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
-}
Copied: libmythes/repos/extra-i686/PKGBUILD (from rev 162735, libmythes/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-06-29 10:55:24 UTC (rev 162736)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: AndyRTR <andyrtr at archlinux.org>
+
+pkgname=libmythes
+pkgver=1.2.3
+pkgrel=1
+epoch=1
+pkgdesc="a simple thesaurus"
+arch=('i686' 'x86_64')
+url="http://hunspell.sourceforge.net/ "
+license=('custom')
+depends=('glibc' 'perl')
+makedepends=('hunspell')
+options=('!libtool')
+provides=('mythes')
+source=(http://downloads.sourceforge.net/hunspell/${pkgname/lib/}-${pkgver}.tar.gz)
+md5sums=('46e92b68e31e858512b680b3b61dc4c1')
+
+build() {
+ cd ${srcdir}/${pkgname/lib/}-$pkgver
+ ./configure --prefix=/usr --disable-static
+ 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:
+ # e.g. to check mouse, mice, rodents, eats, eaten, ate, eating etc. words
+ ./example morph.idx morph.dat morph.lst morph.aff morph.dic
+}
+
+package() {
+ cd ${srcdir}/${pkgname/lib/}-$pkgver
+ make DESTDIR=$pkgdir install
+ # license
+ install -Dm644 ${srcdir}/${pkgname/lib/}-$pkgver/COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
+}
Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD 2012-06-29 10:54:43 UTC (rev 162735)
+++ extra-x86_64/PKGBUILD 2012-06-29 10:55:24 UTC (rev 162736)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR <andyrtr at archlinux.org>
-
-pkgname=libmythes
-pkgver=1.2.2
-pkgrel=1
-epoch=1
-pkgdesc="a simple thesaurus"
-arch=('i686' 'x86_64')
-url="http://hunspell.sourceforge.net/ "
-license=('custom')
-depends=('glibc' 'perl')
-makedepends=('hunspell')
-options=('!libtool')
-provides=('mythes')
-source=(http://downloads.sourceforge.net/hunspell/${pkgname/lib/}-${pkgver}.tar.gz)
-md5sums=('e1e255dc43dbcbb34cb19e8a0eba90ae')
-
-build() {
- cd ${srcdir}/${pkgname/lib/}-$pkgver
- ./configure --prefix=/usr --disable-static
- 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:
- # e.g. to check mouse, mice, rodents, eats, eaten, ate, eating etc. words
- ./example morph.idx morph.dat morph.lst morph.aff morph.dic
-}
-
-package() {
- cd ${srcdir}/${pkgname/lib/}-$pkgver
- make DESTDIR=$pkgdir install
- # license
- install -Dm644 ${srcdir}/${pkgname/lib/}-$pkgver/COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
-}
Copied: libmythes/repos/extra-x86_64/PKGBUILD (from rev 162735, libmythes/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD (rev 0)
+++ extra-x86_64/PKGBUILD 2012-06-29 10:55:24 UTC (rev 162736)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: AndyRTR <andyrtr at archlinux.org>
+
+pkgname=libmythes
+pkgver=1.2.3
+pkgrel=1
+epoch=1
+pkgdesc="a simple thesaurus"
+arch=('i686' 'x86_64')
+url="http://hunspell.sourceforge.net/ "
+license=('custom')
+depends=('glibc' 'perl')
+makedepends=('hunspell')
+options=('!libtool')
+provides=('mythes')
+source=(http://downloads.sourceforge.net/hunspell/${pkgname/lib/}-${pkgver}.tar.gz)
+md5sums=('46e92b68e31e858512b680b3b61dc4c1')
+
+build() {
+ cd ${srcdir}/${pkgname/lib/}-$pkgver
+ ./configure --prefix=/usr --disable-static
+ 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:
+ # e.g. to check mouse, mice, rodents, eats, eaten, ate, eating etc. words
+ ./example morph.idx morph.dat morph.lst morph.aff morph.dic
+}
+
+package() {
+ cd ${srcdir}/${pkgname/lib/}-$pkgver
+ 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