wok annotate urxvt/receipt @ rev 20700

updated afio (2.5.1 -> 2.5.2)
author Hans-G?nter Theisgen
date Tue Feb 05 17:01:36 2019 +0100 (2019-02-05)
parents 380ffe05937a
children 7c02b0189105
rev   line source
sygne@1982 1 # SliTaz package receipt.
sygne@1982 2
sygne@1982 3 PACKAGE="urxvt"
devl547@13746 4 VERSION="9.16"
sygne@1982 5 CATEGORY="utilities"
sygne@1982 6 SHORT_DESC="terminal with unicode support"
sygne@1982 7 MAINTAINER="sygne@ombres.eu"
pascal@15000 8 LICENSE="GPL2"
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
al@19082 15 DEPENDS="fontconfig xorg-libX11 expat freetype xorg-libXft zlib gcc-lib-base \
al@19082 16 xorg-xmessage"
pascal@15000 17
sygne@1982 18 # Rules to configure and make the package.
sygne@1982 19 compile_rules()
sygne@1982 20 {
pascal@8974 21 busybox patch -p0 -i $stuff/gcc.u
al@19082 22 ./configure \
al@19082 23 --prefix=/usr \
al@19082 24 --infodir=/usr/share/info \
al@19082 25 --disable-perl \
al@19082 26 --with-codesets='eu' \
al@19082 27 --mandir=/usr/share/man \
al@19082 28 $CONFIGURE_ARGS && \
pascal@15000 29 make && make DESTDIR=$DESTDIR install
sygne@1982 30 }
sygne@1982 31
sygne@1982 32 # Rules to gen a SliTaz package suitable for Tazpkg.
sygne@1982 33 genpkg_rules()
sygne@1982 34 {
sygne@1982 35 mkdir -p $fs/usr
pascal@15000 36 cp -a $install/usr/bin $fs/usr
sygne@1982 37 }