mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-03 07:07:12 +08:00
hyphen 2.8.6
This commit is contained in:
parent
0bd627efd2
commit
4ab90d97ab
@ -1,21 +1,16 @@
|
||||
#
|
||||
# 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>
|
||||
|
||||
pkgbase=hyphen
|
||||
pkgname=('hyphen' 'hyphen-en')
|
||||
pkgver=2.7.1
|
||||
pkgver=2.8.6
|
||||
pkgrel=1
|
||||
arch=('i686' 'x86_64')
|
||||
arch=('x86_64')
|
||||
url="http://hunspell.sf.net"
|
||||
license=('GPL' 'LGPL' 'MPL')
|
||||
groups=()
|
||||
makedepends=('glibc' 'perl')
|
||||
options=('!libtool')
|
||||
source=(http://downloads.sourceforge.net/hunspell/${pkgname}-${pkgver}.tar.gz)
|
||||
md5sums=('48a9f787f43a09c0a9b7b00cd1fddbbf')
|
||||
md5sums=('ee527b48ef1a7e95ee803a1f7c283c56')
|
||||
|
||||
build() {
|
||||
cd "$srcdir/$pkgname-$pkgver"
|
||||
@ -44,7 +39,7 @@ package_hyphen-en() {
|
||||
# arch=('any')
|
||||
optdepends=('hyphen: offers hyphenation library functions')
|
||||
|
||||
cd "$srcdir/$pkgname-$pkgver"
|
||||
cd "$srcdir/${pkgbase}-${pkgver}"
|
||||
make DESTDIR="$pkgdir/" install-hyphDATA
|
||||
|
||||
pushd ${pkgdir}/usr/share/hyphen/
|
||||
|
Loading…
Reference in New Issue
Block a user