SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "minicom-lang"

# SliTaz package receipt.

PACKAGE="minicom-lang"
VERSION="2.7.1"
CATEGORY="development"
TAGS="modem serial"
SHORT_DESC="Menu driven communications program - localised messages."
MAINTAINER="maintainer@slitaz.org"
LICENSE="GPL2"
WEB_SITE="https://salsa.debian.org/minicom-team/minicom"

WANTED="minicom"

HOST_ARCH="any"

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
    mkdir -p $fs/usr/share/locale

    # Copy all message files
    for mf in $install/usr/share/locale/*/LC_MESSAGES/minicom.mo
      do
        lang=${mf/\/LC_MESSAGES\/minicom.mo/}    # remove suffix
        lang=${lang##*/}            # remove prefix
        mkdir -p $fs/usr/share/locale/$lang/LC_MESSAGES
        cp -a $mf    $fs/usr/share/locale/$lang/LC_MESSAGES
      done
}
6025 packages and 203154 files in current database (Thu Apr 25 06:17:47 2024)