wok diff eina/receipt @ rev 9441

Remove esmart-dev.
author Christopher Rogers <slaxemulator@gmail.com>
date Thu Mar 31 21:10:15 2011 +0000 (2011-03-31)
parents f99c07c038f7
children e1bff384cd9d
line diff
     1.1 --- a/eina/receipt	Sun Jan 10 23:07:29 2010 +0100
     1.2 +++ b/eina/receipt	Thu Mar 31 21:10:15 2011 +0000
     1.3 @@ -1,34 +1,30 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="eina"
     1.7 -VERSION="0.9.9.063"
     1.8 -CATEGORY="x-window"
     1.9 -SHORT_DESC="Eina E17 Data types library (List, hash, etc)."
    1.10 +VERSION="1.0.0"
    1.11 +CATEGORY="base-system"
    1.12 +SHORT_DESC="Enlightenment's data types library (List, hash, etc) in C."
    1.13  MAINTAINER="pankso@slitaz.org"
    1.14  DEPENDS=""
    1.15  BUILD_DEPENDS="pkg-config"
    1.16  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.17  WEB_SITE="http://www.enlightenment.org/"
    1.18 -WGET_URL="http://download.enlightenment.org/snapshots/2009-12-02/$TARBALL"
    1.19 +WGET_URL="http://download.enlightenment.org/releases/$TARBALL"
    1.20  
    1.21  # Rules to configure and make the package.
    1.22  compile_rules()
    1.23  {
    1.24  	cd $src
    1.25 -	./configure \
    1.26 -		--prefix=/usr \
    1.27 -		--infodir=/usr/share/info \
    1.28 -		--mandir=/usr/share/man \
    1.29 -		$CONFIGURE_ARGS &&
    1.30 -	make &&
    1.31 -	make DESTDIR=$PWD/_pkg install
    1.32 +	./configure --enable-amalgamation \
    1.33 +		--enable-magic-debug \
    1.34 +		--enable-safety-checks && \
    1.35 +	make && make install
    1.36  }
    1.37  
    1.38  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.39  genpkg_rules()
    1.40  {
    1.41 -	mkdir -p $fs/usr/lib/eina/mp
    1.42 +	mkdir -p $fs/usr/lib
    1.43  	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
    1.44 -	cp -a $_pkg/usr/lib/eina/mp/*.so $fs/usr/lib/eina/mp
    1.45  }
    1.46