wok-next annotate hyphen/receipt @ rev 21661

updated fonttosfnt (1.0.5 -> 1.1.0)
author Hans-G?nter Theisgen
date Sat Jun 27 13:41:53 2020 +0100 (2020-06-27)
parents 0ec6086e21d6
children
rev   line source
psychomaniak@19996 1 # SliTaz package receipt v2.
psychomaniak@19996 2
psychomaniak@19996 3 PACKAGE="hyphen"
psychomaniak@19996 4 VERSION="2.8.8"
psychomaniak@19996 5 CATEGORY="system-tools"
al@20575 6 SHORT_DESC="Library for high quality hyphenation and justification"
psychomaniak@19996 7 MAINTAINER="psychomaniak@xakep.ru"
psychomaniak@19996 8 LICENSE="GPL2 LGPL2.1 MPL"
psychomaniak@19996 9 WEB_SITE="http://hunspell.github.io/"
al@20575 10
psychomaniak@19996 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
psychomaniak@19996 12 WGET_URL="$SF_MIRROR/hunspell/$TARBALL"
psychomaniak@19996 13
al@21020 14 BUILD_DEPENDS="automake libtool gettext-dev perl"
al@21020 15 SPLIT="$PACKAGE-dev"
psychomaniak@19996 16
al@20575 17 compile_rules() {
psychomaniak@19996 18 ./configure $CONFIGURE_ARGS &&
al@20575 19 fix libtool &&
psychomaniak@19996 20 make &&
al@21020 21 make DESTDIR=$install install-libLTLIBRARIES &&
al@21020 22 make DESTDIR=$install install-binSCRIPTS &&
al@21020 23 make DESTDIR=$install install-includeHEADERS
psychomaniak@19996 24 }
psychomaniak@19996 25
al@20575 26 genpkg_rules() {
psychomaniak@19996 27 case $PACKAGE in
al@20575 28 hyphen) copy @std;;
al@20575 29 *-dev) copy @dev;;
psychomaniak@19996 30 esac
psychomaniak@19996 31 }