wok view eet/receipt @ rev 10391

apr: can't cross (use native)
author Christophe Lincoln <pankso@slitaz.org>
date Mon May 23 18:50:47 2011 +0200 (2011-05-23)
parents e1bff384cd9d
children aabdfa2e16e0
line source
1 # SliTaz package receipt.
3 PACKAGE="eet"
4 VERSION="1.4.0"
5 CATEGORY="base-system"
6 SHORT_DESC="Enlightenment's file chunk reading/writing library."
7 MAINTAINER="pankso@slitaz.org"
8 TARBALL="$PACKAGE-$VERSION.tar.bz2"
9 WEB_SITE="http://www.enlightenment.org/"
10 WGET_URL="http://download.enlightenment.org/releases/$TARBALL"
12 DEPENDS="zlib jpeg eina gnutls openssl"
13 BUILD_DEPENDS="eina-dev gnutls-dev openssl-dev"
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 cd $src
19 ./configure --enable-amalgamation \
20 $CONFIGURE_ARGS && \
21 make && make install
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 mkdir -p $fs/usr/lib
28 cp -a $_pkg/usr/bin $fs/usr/bin
29 cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
30 }