wok view eet/receipt @ rev 13696

Add gsynaptics-0.9.16 (deprecated, but not wants gnome-settings-daemon)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Dec 14 15:53:34 2012 +0000 (2012-12-14)
parents cf214eecc1b5
children 9151dfe7df95
line source
1 # SliTaz package receipt.
3 PACKAGE="eet"
4 VERSION="1.7.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 libjpeg"
14 BUILD_DEPENDS="eina-dev jpeg-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 $install/usr/bin $fs/usr/bin
27 cp -a $install/usr/lib/*.so* $fs/usr/lib
28 }