wok-next view hyphen/receipt @ rev 20575

More fix libtool; combine libdbusmenu-gtk*
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Apr 14 01:31:03 2018 +0300 (2018-04-14)
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 }