diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-05-19 21:26:38 +0200 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-05-19 21:26:38 +0200 |
commit | 51a25658b41c205f1f29e397d11a0b76f6daee8c (patch) | |
tree | e5c789ca10d454a4e2e7142564ee7271ada4f5fc /base/eina/Pkgfile | |
parent | 60eaf0fc6474d6bc07a202890b500280330a971a (diff) | |
download | nutyx-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/Pkgfile | 10 |
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 } + |