wok diff xorg-libfontenc/receipt @ rev 15581

xorg-cf-files: typo
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Nov 30 11:11:23 2013 +0000 (2013-11-30)
parents b490f13f6603
children 73fb2ebfd59a
line diff
     1.1 --- a/xorg-libfontenc/receipt	Tue Apr 24 23:56:58 2012 +0200
     1.2 +++ b/xorg-libfontenc/receipt	Sat Nov 30 11:11:23 2013 +0000
     1.3 @@ -1,28 +1,29 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="xorg-libfontenc"
     1.7 -VERSION="1.1.1"
     1.8 +VERSION="1.1.2"
     1.9  CATEGORY="x-window"
    1.10 -SHORT_DESC="Xorg server module."
    1.11 +SHORT_DESC="The fontenc Library"
    1.12  MAINTAINER="pankso@slitaz.org"
    1.13 +LICENSE="other"
    1.14  SOURCE="libfontenc"
    1.15  TARBALL="$SOURCE-$VERSION.tar.bz2"
    1.16  WEB_SITE="http://www.x.org/"
    1.17  WGET_URL="$XORG_MIRROR/lib/$TARBALL"
    1.18  
    1.19  DEPENDS="zlib"
    1.20 -BUILD_DEPENDS="zlib-dev xorg-util-macros xorg-xproto"
    1.21 +BUILD_DEPENDS="zlib-dev xorg-xproto"
    1.22  
    1.23  # Rules to configure and make the package.
    1.24  compile_rules()
    1.25  {
    1.26 -	cd $src
    1.27  	./configure \
    1.28  		--sysconfdir=/etc \
    1.29 -		--mandir=/usr/share/man \
    1.30  		--localstatedir=/var \
    1.31 +		--disable-static \
    1.32  		$CONFIGURE_ARGS &&
    1.33 -	make && make install
    1.34 +	make &&
    1.35 +	make install
    1.36  }
    1.37  
    1.38  # Rules to gen a SliTaz package suitable for Tazpkg.