SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "hyphen"

# SliTaz package receipt.

PACKAGE="hyphen"
VERSION="2.8.8"
CATEGORY="system-tools"
SHORT_DESC="Library for high quality hyphenation and justification"
MAINTAINER="maintainer@slitaz.org"
LICENSE="GPL2 LGPL2.1 MPL"
WEB_SITE="http://hunspell.github.io/"
TARBALL="$PACKAGE-$VERSION.tar.gz"
WGET_URL="$SF_MIRROR/hunspell/$TARBALL"

BUILD_DEPENDS="automake libtool gettext perl"

# Rules to configure and make the package.     
compile_rules()                           
{                                         
    ./configure $CONFIGURE_ARGS
    make &&
    make DESTDIR=$install install-libLTLIBRARIES &&
    make DESTDIR=$install install-binSCRIPTS     &&
    make DESTDIR=$install install-includeHEADERS
}                             
                              
# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()                                      
{                                                   
        mkdir -p $fs/usr/bin $fs/usr/lib
    cp -a $install/usr/bin $fs/usr
        cp -a $install/usr/lib/*.so* $fs/usr/lib
}   
6025 packages and 203154 files in current database (Thu Apr 25 06:17:47 2024)