wok-6.x diff 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 |
line diff
1.1 --- a/urxvt-full/receipt Thu Jan 08 02:04:05 2015 +0200 1.2 +++ b/urxvt-full/receipt Mon Apr 03 10:59:15 2017 +0200 1.3 @@ -24,10 +24,13 @@ 1.4 # Rules to configure and make the package. 1.5 compile_rules() 1.6 { 1.7 - cd $src 1.8 - ./configure --enable-everything --enable-256-color \ 1.9 - --with-terminfo=/usr/share/terminfo $CONFIGURE_ARGS && \ 1.10 + ./configure \ 1.11 + --enable-everything \ 1.12 + --enable-256-color \ 1.13 + --with-terminfo=/usr/share/terminfo \ 1.14 + $CONFIGURE_ARGS && 1.15 make && make install 1.16 + 1.17 R="$install/usr/share/terminfo"; mkdir -p $R 1.18 tic -s -o $R $src/doc/etc/rxvt-unicode.terminfo 1.19 } 1.20 @@ -37,5 +40,4 @@ 1.21 { 1.22 cp -a $install/* $fs 1.23 rm -rf $fs/usr/share/man 1.24 - P="$fs/usr/share/pixmaps"; mkdir -p $P; cp -a $stuff/urxvt.png $P 1.25 }