SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "xpad"

# SliTaz package receipt.

PACKAGE="xpad"
VERSION="4.0"
CATEGORY="utilities"
SHORT_DESC="Desktop note pad using GTK+ toolkit."
MAINTAINER="pankso@slitaz.org"
WEB_SITE="https://launchpad.net/xpad"
TARBALL="$PACKAGE-$VERSION.tar.bz2"
WGET_URL="https://launchpad.net/xpad/trunk/$VERSION/+download/$TARBALL"
HANDBOOK_URL="http://www.slitaz.org/doc/handbook/utilities.html#xpad"

DEPENDS="gtk+ util-linux-ng-uuid xorg-libICE xorg-libSM"
BUILD_DEPENDS="gtk+-dev xorg-libSM-dev wget"

# Rules to configure and make the package.
compile_rules()
{
    cd $src
    sed -i 's/^.*GTK_WINDOW_TOPLEVEL,//' src/xpad-pad.c
    ./configure $CONFIGURE_ARGS &&
    make && make 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)