summaryrefslogtreecommitdiffstats
path: root/base/eina/Pkgfile
blob: bc3d614fb880f1df06642c1955c2953db3008778 (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: A DEFINIR
# Depends on:  

name=eina
version=svn-48737
release=1
source=(http://kiao.no-ip.info/NuTyX/files/$name-$version.tar.bz2)

build()
{
	cd $name*
	./autogen.sh --prefix=/usr
	make
	make install DESTDIR=$PKG
}