wok-next diff hyphen/receipt @ rev 20180

opencc: fix wget_url
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Nov 02 12:28:56 2017 +0100 (2017-11-02)
parents
children 0ec6086e21d6
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/hyphen/receipt	Thu Nov 02 12:28:56 2017 +0100
     1.3 @@ -0,0 +1,33 @@
     1.4 +# SliTaz package receipt v2.
     1.5 +
     1.6 +PACKAGE="hyphen"
     1.7 +VERSION="2.8.8"
     1.8 +CATEGORY="system-tools"
     1.9 +SHORT_DESC="library for high quality hyphenation and justification"
    1.10 +MAINTAINER="psychomaniak@xakep.ru"
    1.11 +LICENSE="GPL2 LGPL2.1 MPL"
    1.12 +WEB_SITE="http://hunspell.github.io/"
    1.13 +TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.14 +WGET_URL="$SF_MIRROR/hunspell/$TARBALL"
    1.15 +
    1.16 +BUILD_DEPENDS="automake libtool gettext perl"
    1.17 +SPLIT="hyphen-dev"
    1.18 +
    1.19 +# Rules to configure and make the package.
    1.20 +compile_rules()
    1.21 +{
    1.22 +	./configure $CONFIGURE_ARGS &&
    1.23 +	make &&
    1.24 +	make DESTDIR=$DESTDIR install-libLTLIBRARIES
    1.25 +	make DESTDIR=$DESTDIR install-binSCRIPTS
    1.26 +	make DESTDIR=$DESTDIR install-includeHEADERS
    1.27 +}
    1.28 +
    1.29 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.30 +genpkg_rules()
    1.31 +{
    1.32 +	case $PACKAGE in
    1.33 +		hyphen) copy @std ;;
    1.34 +		hyphen-dev) copy @dev ;;
    1.35 +	esac
    1.36 +}