wok-current rev 6262
Up: pixman, pixman-dev to 0.18.4
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Tue Sep 14 14:18:21 2010 +0000 (2010-09-14) |
parents | 71ec9372bc4c |
children | 23cd2d928eed |
files | pixman-dev/receipt pixman/receipt |
line diff
1.1 --- a/pixman-dev/receipt Tue Sep 14 14:10:10 2010 +0000 1.2 +++ b/pixman-dev/receipt Tue Sep 14 14:18:21 2010 +0000 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="pixman-dev" 1.7 -VERSION="0.18.0" 1.8 +VERSION="0.18.4" 1.9 CATEGORY="development" 1.10 SHORT_DESC="Pixman library devel files." 1.11 MAINTAINER="pankso@slitaz.org"
2.1 --- a/pixman/receipt Tue Sep 14 14:10:10 2010 +0000 2.2 +++ b/pixman/receipt Tue Sep 14 14:18:21 2010 +0000 2.3 @@ -1,7 +1,7 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="pixman" 2.7 -VERSION="0.18.0" 2.8 +VERSION="0.18.4" 2.9 CATEGORY="x-window" 2.10 SHORT_DESC="Pixman library." 2.11 MAINTAINER="pankso@slitaz.org" 2.12 @@ -19,7 +19,7 @@ 2.13 --mandir=/usr/share/man \ 2.14 --with-html-dir=/usr/share/doc \ 2.15 $CONFIGURE_ARGS 2.16 - make 2.17 + make -j 4 2.18 make DESTDIR=$PWD/_pkg install 2.19 } 2.20