summaryrefslogtreecommitdiffstats
path: root/base/eina/Pkgfile
blob: 13bd3ebc3ff7f069d4afbb69d9ae50a992b5b5dd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Description: Librairie de Données type
# URL: http://www.enlightenment.org/
# Maintainer: NuTyX core team
# Packager: geantbrun at gmail dot com

name=eina
version=0.9.9.49898
release=1
source=(http://download.enlightenment.org/snapshots/2010-06-27/$name-$version.tar.bz2)

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