wok diff embryo-dev/receipt @ rev 13814

Add fdupes
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Jan 06 13:29:35 2013 +0100 (2013-01-06)
parents 85cd798d6997
children 6825e07dfcd0
line diff
     1.1 --- a/embryo-dev/receipt	Sat Feb 12 02:21:51 2011 +0100
     1.2 +++ b/embryo-dev/receipt	Sun Jan 06 13:29:35 2013 +0100
     1.3 @@ -1,21 +1,22 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="embryo-dev"
     1.7 -VERSION="1.0.0"
     1.8 +VERSION="1.7.1"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="E17 Embryo devel files."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12 -DEPENDS=""
    1.13  WANTED="embryo"
    1.14  WEB_SITE="http://www.enlightenment.org/"
    1.15  
    1.16 +DEPENDS=""
    1.17 +
    1.18  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.19  genpkg_rules()
    1.20  {
    1.21  	mkdir -p $fs/usr/lib
    1.22 -	cp -a $_pkg/usr/include $fs/usr
    1.23 -	cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
    1.24 -	cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
    1.25 +	cp -a $install/usr/include $fs/usr
    1.26 +	cp -a $install/usr/lib/*.*a $fs/usr/lib
    1.27 +	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
    1.28  	# Symlink to ensure Embryo.h is found
    1.29  	ln -s /usr/include/embryo-1/Embryo.h $fs/usr/include
    1.30  }