mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-03 09:07:14 +08:00
libmythes 1.2.3
This commit is contained in:
parent
4ab90d97ab
commit
2c76192bf9
@ -1,21 +1,17 @@
|
||||
#
|
||||
# Chakra Packages, part of chakra-project.org
|
||||
#
|
||||
# maintainer (i686): Phil Miller <philm[at]chakra-project[dog]org>
|
||||
# maintainer (x86_64): Manuel Tortosa <manutortosa[at]chakra-project[dot]org>
|
||||
# maintainer: Neophytos Kolokotronis <tetris4@gmail.com>
|
||||
|
||||
pkgname=libmythes
|
||||
pkgver=1.2.1
|
||||
pkgver=1.2.3
|
||||
pkgrel=1
|
||||
pkgdesc="a simple thesaurus"
|
||||
arch=('i686' 'x86_64')
|
||||
arch=('x86_64')
|
||||
url="http://hunspell.sourceforge.net/ "
|
||||
license=('custom')
|
||||
depends=('glibc' 'perl')
|
||||
options=('force' '!libtool')
|
||||
depends=('glibc' 'perl' 'hunspell')
|
||||
options=('!libtool')
|
||||
provides=('mythes')
|
||||
source=(http://downloads.sourceforge.net/hunspell/${pkgname/lib/}-${pkgver}.tar.gz)
|
||||
md5sums=('54b310488dda6929cf31ae859928c945')
|
||||
md5sums=('46e92b68e31e858512b680b3b61dc4c1')
|
||||
|
||||
build() {
|
||||
cd ${srcdir}/${pkgname/lib/}-$pkgver
|
||||
|
Loading…
Reference in New Issue
Block a user