wok view eet/receipt @ rev 13065

*mariadb*: add provide mysql
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Jun 22 14:12:12 2012 +0200 (2012-06-22)
parents fe57bf03de94
children f9a0d1e37ed3
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"
11 TAGS="e17"
13 DEPENDS="eina"
14 BUILD_DEPENDS="eina-dev"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 ./configure $CONFIGURE_ARGS && make && make install
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 mkdir -p $fs/usr/lib
26 cp -a $_pkg/usr/bin $fs/usr/bin
27 cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
28 }