wok view eet/receipt @ rev 10560

prosody: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed May 25 21:50:10 2011 +0200 (2011-05-25)
parents ec417fcd0d02
children 214dca097a22
line source
1 # SliTaz package receipt.
3 PACKAGE="eet"
4 VERSION="1.4.1"
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="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 ./configure $CONFIGURE_ARGS && make && make install
19 }
21 # Rules to gen a SliTaz package suitable for Tazpkg.
22 genpkg_rules()
23 {
24 mkdir -p $fs/usr/lib
25 cp -a $_pkg/usr/bin $fs/usr/bin
26 cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
27 }