wok view eeze/receipt @ rev 13974

syslinux/iso2exe: fix checksum
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Feb 06 12:05:22 2013 +0100 (2013-02-06)
parents cf214eecc1b5
children 24fa6bdbdf42
line source
1 # SliTaz package receipt.
3 PACKAGE="eeze"
4 VERSION="1.7.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 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 ./configure $CONFIGURE_ARGS &&
21 make && make install
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 mkdir -p $fs/usr/lib
28 cp -a $install/usr/lib/*.so* $fs/usr/lib
29 cp -a $install/usr/bin $fs/usr
30 }