wok rev 8744
Revert last commit for WxWidgets. We use tazwok-experimental now.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sat Feb 19 17:19:11 2011 +0000 (2011-02-19) |
parents | 3213525e89ac |
children | 07adb7cbd0c8 |
files | wxWidgets/receipt |
line diff
1.1 --- a/wxWidgets/receipt Sat Feb 19 21:54:23 2011 +0100 1.2 +++ b/wxWidgets/receipt Sat Feb 19 17:19:11 2011 +0000 1.3 @@ -20,13 +20,14 @@ 1.4 compile_rules() 1.5 { 1.6 cd $src 1.7 - ./configure --prefix=/usr\ 1.8 + ./configure \ 1.9 --enable-shared \ 1.10 --enable-unicode && 1.11 make && 1.12 - make DESTDIR=$PWD/_pkg install && 1.13 - make -C $src/contrib && 1.14 - make -C $src/contrib DESTDIR=$PWD/_pkg install 1.15 + make DESTDIR=$DESTDIR install && 1.16 + cd $src/contrib && 1.17 + make && 1.18 + make DESTDIR=$DESTDIR install 1.19 } 1.20 1.21 # Rules to gen a SliTaz package suitable for Tazpkg.