summaryrefslogtreecommitdiffstats
path: root/base/eina/Pkgfile
diff options
context:
space:
mode:
authorSibelle <lesibel@ree.fr>2010-05-20 15:48:02 +0200
committerSibelle <lesibel@ree.fr>2010-05-20 15:48:02 +0200
commitbeda9423de068376ce21a6d8b6a23efcdad58914 (patch)
tree18c9d1f97669efc0b5c150af8a1f7e0cc169583c /base/eina/Pkgfile
parentfd83c961c1009f749ffd4d92de70dd4688750907 (diff)
parent68b1f6753fda14c0f8e2ed2a6e2b84eda066bcdf (diff)
downloadnutyx-pakxe-beda9423de068376ce21a6d8b6a23efcdad58914.tar.gz
nutyx-pakxe-beda9423de068376ce21a6d8b6a23efcdad58914.tar.bz2
nutyx-pakxe-beda9423de068376ce21a6d8b6a23efcdad58914.tar.xz
nutyx-pakxe-beda9423de068376ce21a6d8b6a23efcdad58914.zip
Merge remote branch 'nutyx-attapu/master'
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
}
+