wok diff eet-dev/receipt @ rev 14164

nut: up 2.6.5
author Samuel Trassare <samuel_trassare@yahoo.com>
date Thu Mar 07 20:38:21 2013 -0800 (2013-03-07)
parents aabdfa2e16e0
children 8ae6d4f5b614
line diff
     1.1 --- a/eet-dev/receipt	Wed May 25 13:58:00 2011 +0200
     1.2 +++ b/eet-dev/receipt	Thu Mar 07 20:38:21 2013 -0800
     1.3 @@ -1,18 +1,20 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="eet-dev"
     1.7 -VERSION="1.4.1"
     1.8 +VERSION="1.7.1"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="E17 libs devel files."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12  WANTED="eet"
    1.13  WEB_SITE="http://www.enlightenment.org/"
    1.14  
    1.15 +DEPENDS="jpeg-dev"
    1.16 +
    1.17  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.18  genpkg_rules()
    1.19  {
    1.20  	mkdir -p $fs/usr/lib
    1.21 -	cp -a $_pkg/usr/include $fs/usr
    1.22 -	cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
    1.23 -	cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
    1.24 +	cp -a $install/usr/include $fs/usr
    1.25 +	cp -a $install/usr/lib/*.*a $fs/usr/lib
    1.26 +	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
    1.27  }