wok-next annotate urxvt/receipt @ rev 19904

avrdude: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Oct 12 18:55:33 2017 +0200 (2017-10-12)
parents 0c247ee1a841
children c5439f74a6c6
rev   line source
sygne@1982 1 # SliTaz package receipt.
sygne@1982 2
sygne@1982 3 PACKAGE="urxvt"
al@19677 4 VERSION="9.22"
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"
al@19675 17 BUILD_DEPENDS="xorg-libX11-dev"
pascal@15000 18
sygne@1982 19 # Rules to configure and make the package.
sygne@1982 20 compile_rules()
sygne@1982 21 {
pascal@8974 22 busybox patch -p0 -i $stuff/gcc.u
al@19082 23 ./configure \
al@19082 24 --prefix=/usr \
al@19082 25 --infodir=/usr/share/info \
al@19082 26 --disable-perl \
al@19082 27 --with-codesets='eu' \
al@19082 28 --mandir=/usr/share/man \
al@19082 29 $CONFIGURE_ARGS && \
pascal@15000 30 make && make DESTDIR=$DESTDIR install
sygne@1982 31 }
sygne@1982 32
sygne@1982 33 # Rules to gen a SliTaz package suitable for Tazpkg.
sygne@1982 34 genpkg_rules()
sygne@1982 35 {
sygne@1982 36 mkdir -p $fs/usr
pascal@15000 37 cp -a $install/usr/bin $fs/usr
sygne@1982 38 }