wok-6.x diff wxWidgets/receipt @ rev 10152
Up: gutenprint to 5.2.7.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Fri May 20 19:30:10 2011 +0000 (2011-05-20) |
parents | 6b78f781fc73 |
children | 6ad0290ef344 |
line diff
1.1 --- a/wxWidgets/receipt Sat Feb 19 17:19:11 2011 +0000 1.2 +++ b/wxWidgets/receipt Fri May 20 19:30:10 2011 +0000 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="wxWidgets" 1.7 -VERSION="2.8.11" 1.8 +VERSION="2.8.12" 1.9 CATEGORY="x-window" 1.10 SHORT_DESC="Cross-platform GUI Library" 1.11 MAINTAINER="pankso@slitaz.org" 1.12 @@ -22,7 +22,8 @@ 1.13 cd $src 1.14 ./configure \ 1.15 --enable-shared \ 1.16 - --enable-unicode && 1.17 + --enable-unicode \ 1.18 + $CONFIGURE_ARGS && 1.19 make && 1.20 make DESTDIR=$DESTDIR install && 1.21 cd $src/contrib &&