wok diff eet/receipt @ rev 14053

Add freetuxtv
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Feb 19 18:35:30 2013 +0100 (2013-02-19)
parents cf214eecc1b5
children 9151dfe7df95
line diff
     1.1 --- a/eet/receipt	Thu May 26 21:13:40 2011 +0200
     1.2 +++ b/eet/receipt	Tue Feb 19 18:35:30 2013 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="eet"
     1.7 -VERSION="1.4.1"
     1.8 +VERSION="1.7.1"
     1.9  CATEGORY="base-system"
    1.10  SHORT_DESC="Enlightenment's file chunk reading/writing library."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12 @@ -10,8 +10,8 @@
    1.13  WGET_URL="http://download.enlightenment.org/releases/$TARBALL"
    1.14  TAGS="e17"
    1.15  
    1.16 -DEPENDS="eina"
    1.17 -BUILD_DEPENDS="eina-dev"
    1.18 +DEPENDS="eina libjpeg"
    1.19 +BUILD_DEPENDS="eina-dev jpeg-dev"
    1.20  
    1.21  # Rules to configure and make the package.
    1.22  compile_rules()
    1.23 @@ -23,6 +23,6 @@
    1.24  genpkg_rules()
    1.25  {
    1.26  	mkdir -p $fs/usr/lib
    1.27 -	cp -a $_pkg/usr/bin $fs/usr/bin
    1.28 -	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
    1.29 +	cp -a $install/usr/bin $fs/usr/bin
    1.30 +	cp -a $install/usr/lib/*.so* $fs/usr/lib
    1.31  }