wok diff py3k/receipt @ rev 16893
libQtPlugins: replace phonon&sqlite libs: less deps in a lot of apps
author | Xander Ziiryanoff <psychomaniak@xakep.ru> |
---|---|
date | Mon Jul 14 14:37:30 2014 +0300 (2014-07-14) |
parents | d7dc17383311 |
children | 16df76e1fc6a |
line diff
1.1 --- a/py3k/receipt Tue Aug 13 21:00:08 2013 +0000 1.2 +++ b/py3k/receipt Mon Jul 14 14:37:30 2014 +0300 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 &&