2013-01-09 16:52:32 +00:00
|
|
|
# Description: library for manipulating devices through udev
|
|
|
|
# URL: http://www.enlightenment.org/
|
|
|
|
# Maintainer: Victor Martinez, pitillo at ono dot com
|
|
|
|
# Depends on: e_dbus
|
|
|
|
|
|
|
|
name=eeze
|
2013-11-11 13:21:50 +00:00
|
|
|
version=1.7.9
|
2013-01-09 16:52:32 +00:00
|
|
|
release=1
|
|
|
|
source=(http://download.enlightenment.org/releases/$name-$version.tar.gz)
|
|
|
|
|
|
|
|
build()
|
|
|
|
{
|
|
|
|
cd $name-$version
|
|
|
|
./configure --prefix=/usr
|
|
|
|
make
|
|
|
|
make DESTDIR=$PKG install
|
|
|
|
}
|