wok-next annotate hyphen/receipt @ rev 20074

Up dooble, smtube
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Wed Oct 25 05:01:33 2017 +0200 (2017-10-25)
parents
children 0ec6086e21d6
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"
psychomaniak@19996 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/"
psychomaniak@19996 10 TARBALL="$PACKAGE-$VERSION.tar.gz"
psychomaniak@19996 11 WGET_URL="$SF_MIRROR/hunspell/$TARBALL"
psychomaniak@19996 12
psychomaniak@19996 13 BUILD_DEPENDS="automake libtool gettext perl"
psychomaniak@19996 14 SPLIT="hyphen-dev"
psychomaniak@19996 15
psychomaniak@19996 16 # Rules to configure and make the package.
psychomaniak@19996 17 compile_rules()
psychomaniak@19996 18 {
psychomaniak@19996 19 ./configure $CONFIGURE_ARGS &&
psychomaniak@19996 20 make &&
psychomaniak@19996 21 make DESTDIR=$DESTDIR install-libLTLIBRARIES
psychomaniak@19996 22 make DESTDIR=$DESTDIR install-binSCRIPTS
psychomaniak@19996 23 make DESTDIR=$DESTDIR install-includeHEADERS
psychomaniak@19996 24 }
psychomaniak@19996 25
psychomaniak@19996 26 # Rules to gen a SliTaz package suitable for Tazpkg.
psychomaniak@19996 27 genpkg_rules()
psychomaniak@19996 28 {
psychomaniak@19996 29 case $PACKAGE in
psychomaniak@19996 30 hyphen) copy @std ;;
psychomaniak@19996 31 hyphen-dev) copy @dev ;;
psychomaniak@19996 32 esac
psychomaniak@19996 33 }