wok-next view hyphen/receipt @ rev 21469

updated tinc (1.0.25 -> 1.0.36)
author Hans-G?nter Theisgen
date Wed May 13 07:41:00 2020 +0100 (2020-05-13)
parents 0ec6086e21d6
children
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-dev perl"
15 SPLIT="$PACKAGE-dev"
17 compile_rules() {
18 ./configure $CONFIGURE_ARGS &&
19 fix libtool &&
20 make &&
21 make DESTDIR=$install install-libLTLIBRARIES &&
22 make DESTDIR=$install install-binSCRIPTS &&
23 make DESTDIR=$install install-includeHEADERS
24 }
26 genpkg_rules() {
27 case $PACKAGE in
28 hyphen) copy @std;;
29 *-dev) copy @dev;;
30 esac
31 }