wok-current annotate urxvt-full/receipt @ rev 14708
econnman: back to 1.7.0
author | Dominique Corbex <domcox@slitaz.org> |
---|---|
date | Sat Jun 08 20:42:10 2013 +0200 (2013-06-08) |
parents | 83d356862b64 |
children | 380ffe05937a |
rev | line source |
---|---|
sygne@1983 | 1 # SliTaz package receipt. |
sygne@1983 | 2 |
sygne@1983 | 3 PACKAGE="urxvt-full" |
devl547@13746 | 4 VERSION="9.16" |
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" |
al@13681 | 9 |
sygne@1983 | 10 SOURCE="rxvt-unicode" |
sygne@1983 | 11 TARBALL="$SOURCE-$VERSION.tar.bz2" |
sygne@1983 | 12 WGET_URL="http://dist.schmorp.de/rxvt-unicode/$TARBALL" |
al@13681 | 13 DEPENDS="bzlib expat fontconfig freetype gcc-lib-base gdk-pixbuf glib \ |
al@13681 | 14 glibc-base libffi libgio libpng libxcb startup-notification xcb-util \ |
al@13681 | 15 xorg-libX11 xorg-libXau xorg-libXdmcp xorg-libXft xorg-libXrender zlib" |
al@13681 | 16 BUILD_DEPENDS="xorg-libX11-dev freetype-dev xorg-libXft-dev gdk-pixbuf-dev \ |
al@13681 | 17 startup-notification-dev ncursesw-extra" |
al@13681 | 18 |
pascal@2438 | 19 PROVIDE="urxvt" |
sygne@1983 | 20 |
sygne@1983 | 21 # Rules to configure and make the package. |
sygne@1983 | 22 compile_rules() |
sygne@1983 | 23 { |
sygne@1983 | 24 cd $src |
al@13681 | 25 ./configure --enable-everything --enable-256-color \ |
al@13681 | 26 --with-terminfo=/usr/share/terminfo $CONFIGURE_ARGS && \ |
al@13681 | 27 make && make install |
al@13681 | 28 R="$install/usr/share/terminfo"; mkdir -p $R |
al@13681 | 29 tic -s -o $R $src/doc/etc/rxvt-unicode.terminfo |
sygne@1983 | 30 } |
sygne@1983 | 31 |
sygne@1983 | 32 # Rules to gen a SliTaz package suitable for Tazpkg. |
sygne@1983 | 33 genpkg_rules() |
sygne@1983 | 34 { |
al@13681 | 35 cp -a $install/* $fs |
al@13681 | 36 rm -rf $fs/usr/share/man |
al@13681 | 37 P="$fs/usr/share/pixmaps"; mkdir -p $P; cp -a $stuff/urxvt.png $P |
sygne@1983 | 38 } |