wok view urxvt/receipt @ rev 14909

slitaz-i18n: add slitaz-configs as bdep; slitaz-configs: back openbox menu; locale-el, locale-ru: add keyboard layout icons; locale-fr, locale-hu, locale-pt_BR: recook with openbox menu.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Aug 05 11:40:01 2013 +0300 (2013-08-05)
parents 799d751f3588
children 380ffe05937a
line source
1 # SliTaz package receipt.
3 PACKAGE="urxvt"
4 VERSION="9.16"
5 CATEGORY="utilities"
6 SHORT_DESC="terminal with unicode support"
7 MAINTAINER="sygne@ombres.eu"
8 DEPENDS="fontconfig xorg-libX11 expat freetype xorg-libXft zlib gcc-lib-base xorg-xmessage"
9 SOURCE="rxvt-unicode"
10 TARBALL="$SOURCE-$VERSION.tar.bz2"
11 WEB_SITE="http://software.schmorp.de/pkg/rxvt-unicode.html"
12 WGET_URL="http://dist.schmorp.de/rxvt-unicode/$TARBALL"
13 TAGS="terminal"
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 cd $src
19 busybox patch -p0 -i $stuff/gcc.u
20 ./configure --prefix=/usr --infodir=/usr/share/info \
21 --disable-perl --with-codesets='eu' \
22 --mandir=/usr/share/man $CONFIGURE_ARGS && \
23 make && make DESTDIR=$PWD/_pkg install
24 }
26 # Rules to gen a SliTaz package suitable for Tazpkg.
27 genpkg_rules()
28 {
29 mkdir -p $fs/usr
30 cp -a $_pkg/usr/bin $fs/usr
31 }