diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-03-24 14:47:22 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-03-24 14:47:22 +0100 |
commit | eaf70b9ca3f347113a5d7e6a6110bfa535e21577 (patch) | |
tree | 1cdd8d39dde1c9791faa995e43b0da53658d8edc /extra/eina/Pkgfile | |
parent | 7932a398441f8cece73f761b46fab52f10f5fe56 (diff) | |
download | nutyx-extra-eaf70b9ca3f347113a5d7e6a6110bfa535e21577.tar.gz nutyx-extra-eaf70b9ca3f347113a5d7e6a6110bfa535e21577.tar.bz2 nutyx-extra-eaf70b9ca3f347113a5d7e6a6110bfa535e21577.tar.xz nutyx-extra-eaf70b9ca3f347113a5d7e6a6110bfa535e21577.zip |
Ajout de eina#0.9.9.063-1
Diffstat (limited to 'extra/eina/Pkgfile')
-rw-r--r-- | extra/eina/Pkgfile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/extra/eina/Pkgfile b/extra/eina/Pkgfile new file mode 100644 index 000000000..cc171eca9 --- /dev/null +++ b/extra/eina/Pkgfile @@ -0,0 +1,18 @@ +# Description: Librairie de Données type +# URL: http://www.enlightenment.org/ +# Maintainer: NuTyX core team +# Packager: A DEFINIR +# Depends on: + +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 +} |