wok-6.x annotate urxvt-full/receipt @ rev 19882
bluez: add SIM access profile support
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Apr 03 10:59:15 2017 +0200 (2017-04-03) |
parents | 5d53e8ccbc8d |
children | 7c02b0189105 |
rev | line source |
---|---|
sygne@1983 | 1 # SliTaz package receipt. |
sygne@1983 | 2 |
sygne@1983 | 3 PACKAGE="urxvt-full" |
psychomaniak@16846 | 4 VERSION="9.20" |
sygne@1983 | 5 CATEGORY="utilities" |
al@13681 | 6 SHORT_DESC="Terminal emulator with Unicode support for X11" |
al@13681 | 7 WEB_SITE="http://software.schmorp.de/pkg/rxvt-unicode.html" |
al@13681 | 8 MAINTAINER="al.bobylev@gmail.com" |
pascal@15000 | 9 LICENSE="GPL2" |
al@13681 | 10 |
sygne@1983 | 11 SOURCE="rxvt-unicode" |
sygne@1983 | 12 TARBALL="$SOURCE-$VERSION.tar.bz2" |
sygne@1983 | 13 WGET_URL="http://dist.schmorp.de/rxvt-unicode/$TARBALL" |
al@17501 | 14 TAGS="terminal" |
pascal@15000 | 15 |
al@13681 | 16 DEPENDS="bzlib expat fontconfig freetype gcc-lib-base gdk-pixbuf glib \ |
al@13681 | 17 glibc-base libffi libgio libpng libxcb startup-notification xcb-util \ |
al@13681 | 18 xorg-libX11 xorg-libXau xorg-libXdmcp xorg-libXft xorg-libXrender zlib" |
al@13681 | 19 BUILD_DEPENDS="xorg-libX11-dev freetype-dev xorg-libXft-dev gdk-pixbuf-dev \ |
al@13681 | 20 startup-notification-dev ncursesw-extra" |
al@13681 | 21 |
pascal@2438 | 22 PROVIDE="urxvt" |
sygne@1983 | 23 |
sygne@1983 | 24 # Rules to configure and make the package. |
sygne@1983 | 25 compile_rules() |
sygne@1983 | 26 { |
al@19082 | 27 ./configure \ |
al@19082 | 28 --enable-everything \ |
al@19082 | 29 --enable-256-color \ |
al@19082 | 30 --with-terminfo=/usr/share/terminfo \ |
al@19082 | 31 $CONFIGURE_ARGS && |
al@13681 | 32 make && make install |
al@19082 | 33 |
al@13681 | 34 R="$install/usr/share/terminfo"; mkdir -p $R |
al@13681 | 35 tic -s -o $R $src/doc/etc/rxvt-unicode.terminfo |
sygne@1983 | 36 } |
sygne@1983 | 37 |
sygne@1983 | 38 # Rules to gen a SliTaz package suitable for Tazpkg. |
sygne@1983 | 39 genpkg_rules() |
sygne@1983 | 40 { |
al@13681 | 41 cp -a $install/* $fs |
al@13681 | 42 rm -rf $fs/usr/share/man |
sygne@1983 | 43 } |