wok diff eina/receipt @ rev 10121

gcc-lib-base: dont include french locale (we have base pkgs to fix before end usser one)
author Christophe Lincoln <pankso@slitaz.org>
date Fri May 20 22:13:40 2011 +0200 (2011-05-20)
parents 85cd798d6997
children ab5e0d88250f
line diff
     1.1 --- a/eina/receipt	Sat Feb 12 02:21:51 2011 +0100
     1.2 +++ b/eina/receipt	Fri May 20 22:13:40 2011 +0200
     1.3 @@ -5,12 +5,13 @@
     1.4  CATEGORY="base-system"
     1.5  SHORT_DESC="Enlightenment's data types library (List, hash, etc) in C."
     1.6  MAINTAINER="pankso@slitaz.org"
     1.7 -DEPENDS=""
     1.8 -BUILD_DEPENDS="pkg-config"
     1.9  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.10  WEB_SITE="http://www.enlightenment.org/"
    1.11  WGET_URL="http://download.enlightenment.org/releases/$TARBALL"
    1.12  
    1.13 +DEPENDS=""
    1.14 +BUILD_DEPENDS="pkg-config"
    1.15 +
    1.16  # Rules to configure and make the package.
    1.17  compile_rules()
    1.18  {
    1.19 @@ -27,4 +28,3 @@
    1.20  	mkdir -p $fs/usr/lib
    1.21  	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
    1.22  }
    1.23 -