summaryrefslogtreecommitdiffstats
path: root/extra/e_dbus/Pkgfile
blob: 5a2c5c4b87a3b62d291e26337d33c6601a7c5fa7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Description: Libraries fournissant les fonctionnalitées de  boucle d'évenemennt pour E17. 
# URL: http://www.enlightenment.org/
# Maintainer: NuTyX core team
# Packager: A DEFINIR
# Depends on: edje hal

name=e_dbus
version=0.5.0.063
release=1
source=(http://download.enlightenment.org/snapshots/LATEST/$name-$version.tar.bz2)

build()
{
	cd $name-$version
	./configure --prefix=/usr
	make
	make install DESTDIR=$PKG
}