SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "e3"

# SliTaz package receipt.

PACKAGE="e3"
VERSION="2.82"
CATEGORY="utilities"
TAGS="text-editor"
SHORT_DESC="A full featured text editor written in NASM assembler."
MAINTAINER="devl547@gmail.com"
LICENSE="GPL2"
WEB_SITE="https://sites.google.com/site/e3editor"

TARBALL="$PACKAGE-$VERSION.tgz"
WGET_URL="http://ftp.uni-kl.de/pub/linux/gentoo/distfiles/9a/$TARBALL"

DEPENDS=""
BUILD_DEPENDS="make nasm"

# Rules to configure and make the package.
compile_rules()
{
    sed -i -e 's/-D$(EXMODE)//' Makefile &&
    sed -i -e 's#/man/man#/share/man/man#' Makefile

    make &&
    make PREFIX=$DESTDIR install
}

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

    cp -R $install/bin    $fs/usr
    for i in $(cd $fs/usr/bin; ls e3?*)
      do
        rm -f        $fs/usr/bin/$i
        ln -s e3    $fs/usr/bin/$i
      done
}
6025 packages and 203154 files in current database (Thu Apr 25 06:17:47 2024)