wok rev 3852
Up: fontconfig (2.7.1)
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Fri Aug 07 16:29:08 2009 +0200 (2009-08-07) |
parents | e8ba4e0f7aff |
children | f5677e5ac179 |
files | fontconfig-dev/receipt fontconfig/receipt |
line diff
1.1 --- a/fontconfig-dev/receipt Fri Aug 07 16:00:20 2009 +0200 1.2 +++ b/fontconfig-dev/receipt Fri Aug 07 16:29:08 2009 +0200 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="fontconfig-dev" 1.7 -VERSION="2.6.0" 1.8 +VERSION="2.7.1" 1.9 CATEGORY="development" 1.10 SHORT_DESC="Font configuration utilities and library devel files." 1.11 MAINTAINER="pankso@slitaz.org"
2.1 --- a/fontconfig/receipt Fri Aug 07 16:00:20 2009 +0200 2.2 +++ b/fontconfig/receipt Fri Aug 07 16:29:08 2009 +0200 2.3 @@ -1,7 +1,7 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="fontconfig" 2.7 -VERSION="2.6.0" 2.8 +VERSION="2.7.1" 2.9 CATEGORY="x-window" 2.10 SHORT_DESC="Font configuration utilities and library." 2.11 MAINTAINER="pankso@slitaz.org" 2.12 @@ -14,15 +14,14 @@ 2.13 # Rules to configure and make the package. 2.14 compile_rules() 2.15 { 2.16 - cd $src 2.17 - ./configure \ 2.18 - --sysconfdir=/etc \ 2.19 - --prefix=/usr \ 2.20 - --mandir=/usr/share/man \ 2.21 - --localstatedir=/var \ 2.22 - $CONFIGURE_ARGS && 2.23 - make && 2.24 - make DESTDIR=$PWD/_pkg install 2.25 + cd $src 2.26 + ./configure \ 2.27 + --sysconfdir=/etc \ 2.28 + --prefix=/usr \ 2.29 + --mandir=/usr/share/man \ 2.30 + --localstatedir=/var \ 2.31 + $CONFIGURE_ARGS && 2.32 + make && make DESTDIR=$PWD/_pkg install 2.33 } 2.34 2.35 # Rules to gen a SliTaz package suitable for Tazpkg.