SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "cssed"

# SliTaz package receipt.

PACKAGE="cssed"
VERSION="0.4.0"
CATEGORY="development"
SHORT_DESC="A GTK-2 CSS editor"
MAINTAINER="claudinei@slitaz.org"
WEB_SITE="http://cssed.sourceforge.net"
TARBALL="$PACKAGE-$VERSION.tar.gz"
WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"

DEPENDS="gtk+"
BUILD_DEPENDS="gtk+"

# Rules to configure and make the package.
compile_rules()
{
    sed -i "s/char\* o = 0;/const char\* o = 0;/" $src/scintilla/src/LexCaml.cxx 
    ./configure $CONFIGURE_ARGS && 
    make && 
    make install
}

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
    mkdir -p $fs/usr/share
    cp -a $install/usr/share/$PACKAGE $fs/usr/share
    cp -a $install/usr/bin $fs/usr
}
3382 packages and 430813 files in stable database (Mon Mar 4 17:53:49 2019)