wok diff libass/receipt @ rev 12827

linux (x86_64) add AoE, NBD & DRBD
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue May 22 13:41:58 2012 +0200 (2012-05-22)
parents 52825a836968
children ba27647b4b2f
line diff
     1.1 --- a/libass/receipt	Tue Nov 30 14:02:45 2010 +0000
     1.2 +++ b/libass/receipt	Tue May 22 13:41:58 2012 +0200
     1.3 @@ -1,26 +1,24 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="libass"
     1.7 -VERSION="0.9.11"
     1.8 +VERSION="0.10.0"
     1.9  CATEGORY="multimedia"
    1.10  SHORT_DESC="A portable library for SSA/ASS subtitles rendering"
    1.11  MAINTAINER="slaxemulator@gmail.com"
    1.12 -DEPENDS="enca fontconfig libpng"
    1.13 -BUILD_DEPENDS="enca-dev freetype-dev fontconfig-dev libpng-dev expat-dev pkg-config"
    1.14 -TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.15 +TARBALL="$PACKAGE-$VERSION.tar.xz"
    1.16  WEB_SITE="http://code.google.com/p/libass/"
    1.17  WGET_URL="http://libass.googlecode.com/files/$TARBALL"
    1.18  
    1.19 +DEPENDS="enca fontconfig libpng fribidi"
    1.20 +BUILD_DEPENDS="enca-dev freetype-dev fontconfig-dev libpng-dev \
    1.21 +expat-dev fribidi-dev pkg-config"
    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 -		--prefix=/usr \
    1.29 -		--infodir=/usr/share/info \
    1.30 -		--mandir=/usr/share/man \
    1.31 -		$CONFIGURE_ARGS &&
    1.32 -	make && make DESTDIR=$PWD/_pkg install
    1.33 +	./configure $CONFIGURE_ARGS &&
    1.34 +	make && make install
    1.35  }
    1.36  
    1.37  # Rules to gen a SliTaz package suitable for Tazpkg.