wok-next view hyphen/receipt @ rev 20567
xfe: update receipt; qt5: undo `fix math`
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Wed Apr 11 01:07:35 2018 +0300 (2018-04-11) |
parents | |
children | 0ec6086e21d6 |
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/"
10 TARBALL="$PACKAGE-$VERSION.tar.gz"
11 WGET_URL="$SF_MIRROR/hunspell/$TARBALL"
13 BUILD_DEPENDS="automake libtool gettext perl"
14 SPLIT="hyphen-dev"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 ./configure $CONFIGURE_ARGS &&
20 make &&
21 make DESTDIR=$DESTDIR install-libLTLIBRARIES
22 make DESTDIR=$DESTDIR install-binSCRIPTS
23 make DESTDIR=$DESTDIR install-includeHEADERS
24 }
26 # Rules to gen a SliTaz package suitable for Tazpkg.
27 genpkg_rules()
28 {
29 case $PACKAGE in
30 hyphen) copy @std ;;
31 hyphen-dev) copy @dev ;;
32 esac
33 }