wok-6.x diff py3k/receipt @ rev 18002
Up: firefox-official (37.0.2)
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Sat Apr 25 23:32:23 2015 +0200 (2015-04-25) |
parents | d7dc17383311 |
children | 16df76e1fc6a |
line diff
1.1 --- a/py3k/receipt Tue Aug 13 21:00:08 2013 +0000 1.2 +++ b/py3k/receipt Sat Apr 25 23:32:23 2015 +0200 1.3 @@ -13,13 +13,15 @@ 1.4 1.5 DEPENDS="openssl bzlib readline sqlite zlib xorg-libXss ncursesw gdbm \ 1.6 tk xorg-libXext" 1.7 -BUILD_DEPENDS="readline-dev gdbm-dev openssl-dev sqlite-dev zlib-dev tk-dev" 1.8 +BUILD_DEPENDS="readline-dev gdbm-dev openssl-dev sqlite-dev zlib-dev tk-dev \ 1.9 +ncursesw-dev" 1.10 1.11 # Rules to configure and make the package. 1.12 compile_rules() 1.13 { 1.14 cd $src 1.15 - ./configure --enable-shared --with-ncurses \ 1.16 + mkdir -p $DESTDIR/usr/lib/pkgconfig 1.17 + ./configure --enable-shared \ 1.18 --prefix=/usr --infodir=/usr/share/info \ 1.19 --mandir=/usr/share/man $CONFIGURE_ARGS && 1.20 make &&