SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "ratmenu"

# SliTaz package receipt.

PACKAGE="ratmenu"
VERSION="2.3.20"
CATEGORY="x-window"
SHORT_DESC="Menu generator created for ratpoison, but works with any WM"
MAINTAINER="gokhlayeh@slitaz.org"
DEPENDS="xorg-libX11"
TARBALL="${PACKAGE}_$VERSION.tar.gz"
WEB_SITE="http://packages.debian.org"
WGET_URL="http://ftp.de.debian.org/debian/pool/main/r/ratmenu/$TARBALL"

# Rules to configure and make the package.
compile_rules()
{
    cd $src
    make PREFIX=/usr &&
    make PREFIX=$DESTDIR/usr install
}

# 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)