wok annotate urxvt/receipt @ rev 11549

Add get-nz form wok-undigest
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Dec 25 15:18:56 2011 +0100 (2011-12-25)
parents 02bbaa9d12ba
children d27efa12de84
rev   line source
sygne@1982 1 # SliTaz package receipt.
sygne@1982 2
sygne@1982 3 PACKAGE="urxvt"
slaxemulator@8962 4 VERSION="9.10"
sygne@1982 5 CATEGORY="utilities"
sygne@1982 6 SHORT_DESC="terminal with unicode support"
sygne@1982 7 MAINTAINER="sygne@ombres.eu"
pascal@9605 8 DEPENDS="fontconfig xorg-libX11 expat freetype xorg-libXft zlib gcc-lib-base xorg-xmessage"
sygne@1982 9 SOURCE="rxvt-unicode"
sygne@1982 10 TARBALL="$SOURCE-$VERSION.tar.bz2"
sygne@1982 11 WEB_SITE="http://software.schmorp.de/pkg/rxvt-unicode.html"
sygne@1982 12 WGET_URL="http://dist.schmorp.de/rxvt-unicode/$TARBALL"
jozee@4974 13 TAGS="terminal"
sygne@1982 14
sygne@1982 15 # Rules to configure and make the package.
sygne@1982 16 compile_rules()
sygne@1982 17 {
sygne@1982 18 cd $src
pascal@8974 19 busybox patch -p0 -i $stuff/gcc.u
sygne@1982 20 ./configure --prefix=/usr --infodir=/usr/share/info \
sygne@1982 21 --disable-perl --with-codesets='eu' \
sygne@1982 22 --mandir=/usr/share/man $CONFIGURE_ARGS && \
sygne@1982 23 make && make DESTDIR=$PWD/_pkg install
sygne@1982 24 }
sygne@1982 25
sygne@1982 26 # Rules to gen a SliTaz package suitable for Tazpkg.
sygne@1982 27 genpkg_rules()
sygne@1982 28 {
sygne@1982 29 mkdir -p $fs/usr
sygne@1982 30 cp -a $_pkg/usr/bin $fs/usr
sygne@1982 31 }
sygne@1982 32