SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "fltk-editor"

# SliTaz package receipt.

PACKAGE="fltk-editor"
VERSION="1.3.8"
CATEGORY="development"
SHORT_DESC="Fast Light Tool Kit - text editor."
MAINTAINER="pankso@slitaz.org"
LICENSE="LGPL2"
WEB_SITE="https://www.fltk.org/"

DEPENDS="fltk"
WANTED="fltk"

HOST_ARCH="i486 arm"

# Rules to configure and make the package.
compile_rules()
{
    cd $src/test &&
    [ -x ./editor ] || make editor
}

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
    mkdir -p $fs/usr/bin
    cp -a ${src}/test/editor    $fs/usr/bin/$PACKAGE
}
6063 packages and 233209 files in current database (Sat Dec 21 00:00:03 2024)