SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "transmission-remote-gtk"

# SliTaz package receipt.

PACKAGE="transmission-remote-gtk"
VERSION="0.7"
CATEGORY="network"
SHORT_DESC="GTK remote control for the Transmission BitTorrent client"
MAINTAINER="devl547@gmail.com"
DEPENDS="gtk+ json-glib curl"
BUILD_DEPENDS="gtk+-dev json-glib-dev curl-dev intltool"
TARBALL="$PACKAGE-$VERSION.tar.gz"
WEB_SITE="http://code.google.com/p/transmission-remote-gtk/"
WGET_URL="http://transmission-remote-gtk.googlecode.com/files/$TARBALL"

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

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
    mkdir -p $fs/usr/share
    cp -a $_pkg/usr/bin $fs/usr
    cp -a $_pkg/usr/share/icons $fs/usr/share
    cp -a $_pkg/usr/share/applications $fs/usr/share
}

3382 packages and 430813 files in stable database (Mon Mar 4 17:53:49 2019)