wok view eeze/receipt @ rev 14327

Up: efl (1.7.6)
author Dominique Corbex <domcox@slitaz.org>
date Fri Apr 12 19:17:52 2013 +0200 (2013-04-12)
parents 24fa6bdbdf42
children d6c32e54f385
line source
1 # SliTaz package receipt.
3 PACKAGE="eeze"
4 VERSION="1.7.6"
5 CATEGORY="x-window"
6 SHORT_DESC="Eeze is a library for manipulating devices through udev."
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 ecore udev eet"
14 BUILD_DEPENDS="eina-dev ecore-dev eet-dev udev-dev"
15 #util-linux-mount util-linux-mount-dev
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 CFLAGS="$CFLAGS -fvisibility=hidden"
21 LDFLAGS="$LDFLAGS -fvisibility=hidden"
22 export LDFLAGS
23 ./configure \
24 --disable-doc \
25 $CONFIGURE_ARGS &&
26 make && make install
27 }
29 # Rules to gen a SliTaz package suitable for Tazpkg.
30 genpkg_rules()
31 {
32 mkdir -p $fs/usr/lib
33 cp -a $install/usr/lib/*.so* $fs/usr/lib
34 cp -a $install/usr/bin $fs/usr
35 }