summaryrefslogtreecommitdiffstats
path: root/extra/eet/Pkgfile
blob: b3b6c6e77077cd7d0dd32bfe9637afb57cef296e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Description: Librairie fournissant une fonctionnalitée d'archivage pour E17
# URL: http://www.enlightenment.org/
# Maintainer: NuTyX core team
# Packager: A DEFINIR
# Depends on: xorg-libxext xorg-libsm libpng libtiff freetype eina 

name=eet
version=1.2.3
release=1
source=(http://download.enlightenment.org/releases/$name-$version.tar.bz2)

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