wok view eio/receipt @ rev 13730

Up sdcc (3.2.0)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Dec 22 17:18:47 2012 +0100 (2012-12-22)
parents
children 1336959fcd45
line source
1 # SliTaz package receipt.
3 PACKAGE="eio"
4 VERSION="1.7.1"
5 CATEGORY="base-system"
6 SHORT_DESC="Enlightenment's - Eio, async I/O library... ."
7 MAINTAINER="pankso@slitaz.org"
8 TARBALL="$PACKAGE-$VERSION.tar.gz"
9 WEB_SITE="http://www.enlightenment.org/"
10 WGET_URL="http://download.enlightenment.org/releases/$TARBALL"
12 DEPENDS="eina eet ecore"
13 BUILD_DEPENDS="eina-dev eet-dev ecore-dev jpeg-dev"
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 cd $src
19 ./configure $CONFIGURE_ARGS &&
20 make && make install
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 mkdir -p $fs/usr/lib
27 cp -a $install/usr/lib/*.so* $fs/usr/lib
28 }