summaryrefslogtreecommitdiffstats
path: root/base/eina/Pkgfile
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2010-05-19 21:26:38 +0200
committertnut <thierryn1 at hispeed dot ch>2010-05-19 21:26:38 +0200
commit51a25658b41c205f1f29e397d11a0b76f6daee8c (patch)
treee5c789ca10d454a4e2e7142564ee7271ada4f5fc /base/eina/Pkgfile
parent60eaf0fc6474d6bc07a202890b500280330a971a (diff)
downloadnutyx-pakxe-51a25658b41c205f1f29e397d11a0b76f6daee8c.tar.gz
nutyx-pakxe-51a25658b41c205f1f29e397d11a0b76f6daee8c.tar.bz2
nutyx-pakxe-51a25658b41c205f1f29e397d11a0b76f6daee8c.tar.xz
nutyx-pakxe-51a25658b41c205f1f29e397d11a0b76f6daee8c.zip
eina, retour à 0.9.9.063
Diffstat (limited to 'base/eina/Pkgfile')
-rw-r--r--base/eina/Pkgfile10
1 files changed, 5 insertions, 5 deletions
diff --git a/base/eina/Pkgfile b/base/eina/Pkgfile
index bc3d614fb..827245a86 100644
--- a/base/eina/Pkgfile
+++ b/base/eina/Pkgfile
@@ -2,17 +2,17 @@
# URL: http://www.enlightenment.org/
# Maintainer: NuTyX core team
# Packager: A DEFINIR
-# Depends on:
name=eina
-version=svn-48737
+version=0.9.9.063
release=1
-source=(http://kiao.no-ip.info/NuTyX/files/$name-$version.tar.bz2)
+source=(http://download.enlightenment.org/snapshots/LATEST/$name-$version.tar.bz2)
build()
{
- cd $name*
- ./autogen.sh --prefix=/usr
+ cd $name-$version
+ ./configure --prefix=/usr
make
make install DESTDIR=$PKG
}
+