blob: 827245a86f455a23895f7ae278f747a815cb918c (
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
name=eina
version=0.9.9.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
}
|