SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "leafpad"

# SliTaz package receipt.

PACKAGE="leafpad"
VERSION="0.8.18.1"
CATEGORY="utilities"
SHORT_DESC="GTK simple text editor."
MAINTAINER="pankso@slitaz.org"
DEPENDS="gtk+ xorg-libXdamage"
BUILD_DEPENDS="pkg-config gtk+-dev xorg-libXrender-dev xorg-xproto intltool"
TARBALL="$PACKAGE-$VERSION.tar.gz"
WEB_SITE="http://tarot.freeshell.org/leafpad/"
WGET_URL="http://savannah.nongnu.org/download/$PACKAGE/$TARBALL"

# Rules to configure and make the package.
compile_rules()
{
    cd $src
    chmod +x install-sh
    ./configure \
        --prefix=/usr \
        --infodir=/usr/share/info \
        --mandir=/usr/share/man \
        --disable-print \
        $CONFIGURE_ARGS &&
    make &&
    make DESTDIR=$DESTDIR install &&
    # no xpm (5 ko)
    rm $DESTDIR/usr/share/pixmaps/*.xpm
}

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