SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "gdmap"

# SliTaz package receipt.

PACKAGE="gdmap"
VERSION="0.8.1"
CATEGORY="utilities"
SHORT_DESC="Tool to visualize diskspace"
MAINTAINER="al.bobylev@gmail.com"
WEB_SITE="http://gdmap.sourceforge.net/"
TARBALL="$PACKAGE-$VERSION.tar.gz"
WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"

DEPENDS="gtk+"
BUILD_DEPENDS="libxml2-dev gtk+-dev"

# Rules to configure and make the package.
compile_rules()
{
    # gdmap not compiles without patches, so apply Debian patches
    PATCH="gdmap_0.8.1-2.debian.tar.gz"
    wget http://ftp.de.debian.org/debian/pool/main/g/gdmap/$PATCH
    tar -xf $PATCH
    for PATCH in $(cat ./debian/patches/series); do
        patch -p1 < ./debian/patches/$PATCH
    done

    ./configure $CONFIGURE_ARGS && make && make install
}

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