SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "urxvt"

# SliTaz package receipt.

PACKAGE="urxvt"
VERSION="9.10"
CATEGORY="utilities"
SHORT_DESC="terminal with unicode support"
MAINTAINER="sygne@ombres.eu"
DEPENDS="fontconfig xorg-libX11 expat freetype xorg-libXft zlib gcc-lib-base xorg-xmessage"
SOURCE="rxvt-unicode"
TARBALL="$SOURCE-$VERSION.tar.bz2"
WEB_SITE="http://software.schmorp.de/pkg/rxvt-unicode.html"
WGET_URL="http://dist.schmorp.de/rxvt-unicode/$TARBALL"
TAGS="terminal"

# Rules to configure and make the package.
compile_rules()
{
    cd $src
    busybox patch -p0 -i $stuff/gcc.u
    ./configure --prefix=/usr --infodir=/usr/share/info \
    --disable-perl --with-codesets='eu' \
    --mandir=/usr/share/man $CONFIGURE_ARGS && \
    make && make DESTDIR=$PWD/_pkg 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)