wok-stable diff xorg-libXfont/receipt @ rev 3289
Update Depends: wxWidgets and xorg-libXdamage
author | Matthew Sheets <rcx@zoominternet.net> |
---|---|
date | Wed Jun 03 11:07:10 2009 +0000 (2009-06-03) |
parents | 422f5813b998 |
children | 413b0174114a |
line diff
1.1 --- a/xorg-libXfont/receipt Mon Mar 16 22:48:55 2009 +0000 1.2 +++ b/xorg-libXfont/receipt Wed Jun 03 11:07:10 2009 +0000 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="xorg-libXfont" 1.7 -VERSION="1.3.1" 1.8 +VERSION="1.3.3" 1.9 CATEGORY="x-window" 1.10 SHORT_DESC="Xorg server keyboard library." 1.11 MAINTAINER="pankso@slitaz.org" 1.12 @@ -9,24 +9,23 @@ 1.13 TARBALL="$SOURCE-$VERSION.tar.gz" 1.14 WEB_SITE="http://www.x.org/" 1.15 WGET_URL="$XORG_MIRROR/lib/$TARBALL" 1.16 -DEPENDS="freetype zlib xorg-libfontenc" 1.17 1.18 # Rules to configure and make the package. 1.19 compile_rules() 1.20 { 1.21 - cd $src 1.22 - ./configure --prefix=/usr --sysconfdir=/etc \ 1.23 - --mandir=/usr/share/man --localstatedir=/var \ 1.24 - $CONFIGURE_ARGS && 1.25 - make && 1.26 - make DESTDIR=$PWD/_pkg install 1.27 + cd $src 1.28 + ./configure \ 1.29 + --prefix=/usr --sysconfdir=/etc \ 1.30 + --mandir=/usr/share/man --localstatedir=/var \ 1.31 + $CONFIGURE_ARGS 1.32 + make 1.33 + make DESTDIR=$PWD/_pkg install 1.34 } 1.35 1.36 # Rules to gen a SliTaz package suitable for Tazpkg. 1.37 genpkg_rules() 1.38 { 1.39 mkdir -p $fs/usr/lib 1.40 - cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 1.41 - strip $fs/usr/lib/* 1.42 + cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 1.43 } 1.44