wok-6.x diff freetype/receipt @ rev 11313
add indent, up maintained-by
author | Liu Peng <hipeng@yahoo.com> |
---|---|
date | Wed Nov 16 11:55:27 2011 +0800 (2011-11-16) |
parents | 8a6c9717345f |
children | 19ade3a2cc9c |
line diff
1.1 --- a/freetype/receipt Thu Dec 02 00:38:37 2010 +0000 1.2 +++ b/freetype/receipt Wed Nov 16 11:55:27 2011 +0800 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="freetype" 1.7 -VERSION="2.4.4" 1.8 +VERSION="2.4.7" 1.9 CATEGORY="x-window" 1.10 SHORT_DESC="Freetype font engine." 1.11 MAINTAINER="pankso@slitaz.org" 1.12 @@ -20,13 +20,13 @@ 1.13 --mandir=/usr/share/man \ 1.14 $CONFIGURE_ARGS && 1.15 make && 1.16 - make DESTDIR=$PWD/_pkg install 1.17 + make DESTDIR=$DESTDIR install 1.18 } 1.19 1.20 # Rules to gen a SliTaz package suitable for Tazpkg. 1.21 genpkg_rules() 1.22 { 1.23 mkdir -p $fs/usr/lib 1.24 - cp -a $_pkg/usr/bin $fs/usr 1.25 - cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 1.26 + cp -a $install/usr/bin $fs/usr 1.27 + cp -a $install/usr/lib/*.so* $fs/usr/lib 1.28 }