wok-next view hyphen/receipt @ rev 20902

brotli: up (1.0.5); compton: re-version (0.1_beta2+87 -> 20170907); cookutils: up (1087); curl: up (7.61.0); file: up (5.33); gnutls: up (3.5.19); gvfs: up (1.36.2); meson: up (0.47.1); webkit2gtk: update bdeps; add libgdata and uhttpmock
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Jul 28 15:39:37 2018 +0300 (2018-07-28)
parents bd7a40b68c3f
children d5aab818505e
line source
1 # SliTaz package receipt v2.
3 PACKAGE="hyphen"
4 VERSION="2.8.8"
5 CATEGORY="system-tools"
6 SHORT_DESC="Library for high quality hyphenation and justification"
7 MAINTAINER="psychomaniak@xakep.ru"
8 LICENSE="GPL2 LGPL2.1 MPL"
9 WEB_SITE="http://hunspell.github.io/"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="$SF_MIRROR/hunspell/$TARBALL"
14 BUILD_DEPENDS="automake libtool gettext perl"
15 SPLIT="hyphen-dev"
17 compile_rules() {
18 ./configure $CONFIGURE_ARGS &&
19 fix libtool &&
20 make &&
21 make DESTDIR=$DESTDIR install-libLTLIBRARIES &&
22 make DESTDIR=$DESTDIR install-binSCRIPTS &&
23 make DESTDIR=$DESTDIR install-includeHEADERS
24 }
26 genpkg_rules() {
27 case $PACKAGE in
28 hyphen) copy @std;;
29 *-dev) copy @dev;;
30 esac
31 }