wok view eeze/receipt @ rev 11749

Fix galculator desktop file and remove icon they is one in the new slitaz-icon
author Christophe Lincoln <pankso@slitaz.org>
date Wed Feb 22 02:56:59 2012 +0100 (2012-02-22)
parents d1a7ec60f7ed
children ece19b640cdf
line source
1 # SliTaz package receipt.
3 PACKAGE="eeze"
4 VERSION="1.0.1"
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"
14 BUILD_DEPENDS="eina-dev ecore-dev udev-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/lib/*.so* $fs/usr/lib
27 cp -a $_pkg/usr/bin $fs/usr
28 }