SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "gtkperf"

# SliTaz package receipt.

PACKAGE="gtkperf"
VERSION="0.40"
CATEGORY="utilities"
SHORT_DESC="Application designed to test GTK+ performance."
MAINTAINER="devl547@gmail.com"
TARBALL="gtkperf_0.40.tar.gz"
WEB_SITE="http://gtkperf.sourceforge.net/"
WGET_URL="http://downloads.sourceforge.net/project/$PACKAGE/$PACKAGE/$VERSION/$TARBALL"
BUILD_DEPENDS="gtk+-dev gettext"
DEPENDS="gtk+"

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

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