diff options
-rw-r--r-- | extra/edje/.footprint.i686 | 25 | ||||
-rw-r--r-- | extra/edje/.footprint.x86_64 | 25 | ||||
-rw-r--r-- | extra/edje/.md5sum.i686 | 1 | ||||
-rw-r--r-- | extra/edje/.md5sum.x86_64 | 1 | ||||
-rw-r--r-- | extra/edje/Pkgfile | 20 |
5 files changed, 0 insertions, 72 deletions
diff --git a/extra/edje/.footprint.i686 b/extra/edje/.footprint.i686 deleted file mode 100644 index 025483306..000000000 --- a/extra/edje/.footprint.i686 +++ /dev/null @@ -1,25 +0,0 @@ -drwxr-xr-x root/root usr/ -drwxr-xr-x root/root usr/bin/ --rwxr-xr-x root/root usr/bin/edje_cc --rwxr-xr-x root/root usr/bin/edje_decc --rwxr-xr-x root/root usr/bin/edje_player --rwxr-xr-x root/root usr/bin/edje_recc --rwxr-xr-x root/root usr/bin/inkscape2edc -drwxr-xr-x root/root usr/include/ --rw-r--r-- root/root usr/include/Edje.h --rw-r--r-- root/root usr/include/Edje_Edit.h -drwxr-xr-x root/root usr/lib/ -lrwxrwxrwx root/root usr/lib/libedje-ver-svn-06.so.0 -> libedje-ver-svn-06.so.0.9.99 --rwxr-xr-x root/root usr/lib/libedje-ver-svn-06.so.0.9.99 --rw-r--r-- root/root usr/lib/libedje.a --rwxr-xr-x root/root usr/lib/libedje.la -lrwxrwxrwx root/root usr/lib/libedje.so -> libedje-ver-svn-06.so.0.9.99 -drwxr-xr-x root/root usr/lib/pkgconfig/ --rw-r--r-- root/root usr/lib/pkgconfig/edje.pc -drwxr-xr-x root/root usr/share/ -drwxr-xr-x root/root usr/share/edje/ -drwxr-xr-x root/root usr/share/edje/include/ --rw-r--r-- root/root usr/share/edje/include/edje.inc -drwxr-xr-x root/root usr/share/mime/ -drwxr-xr-x root/root usr/share/mime/packages/ --rw-r--r-- root/root usr/share/mime/packages/edje.xml diff --git a/extra/edje/.footprint.x86_64 b/extra/edje/.footprint.x86_64 deleted file mode 100644 index 025483306..000000000 --- a/extra/edje/.footprint.x86_64 +++ /dev/null @@ -1,25 +0,0 @@ -drwxr-xr-x root/root usr/ -drwxr-xr-x root/root usr/bin/ --rwxr-xr-x root/root usr/bin/edje_cc --rwxr-xr-x root/root usr/bin/edje_decc --rwxr-xr-x root/root usr/bin/edje_player --rwxr-xr-x root/root usr/bin/edje_recc --rwxr-xr-x root/root usr/bin/inkscape2edc -drwxr-xr-x root/root usr/include/ --rw-r--r-- root/root usr/include/Edje.h --rw-r--r-- root/root usr/include/Edje_Edit.h -drwxr-xr-x root/root usr/lib/ -lrwxrwxrwx root/root usr/lib/libedje-ver-svn-06.so.0 -> libedje-ver-svn-06.so.0.9.99 --rwxr-xr-x root/root usr/lib/libedje-ver-svn-06.so.0.9.99 --rw-r--r-- root/root usr/lib/libedje.a --rwxr-xr-x root/root usr/lib/libedje.la -lrwxrwxrwx root/root usr/lib/libedje.so -> libedje-ver-svn-06.so.0.9.99 -drwxr-xr-x root/root usr/lib/pkgconfig/ --rw-r--r-- root/root usr/lib/pkgconfig/edje.pc -drwxr-xr-x root/root usr/share/ -drwxr-xr-x root/root usr/share/edje/ -drwxr-xr-x root/root usr/share/edje/include/ --rw-r--r-- root/root usr/share/edje/include/edje.inc -drwxr-xr-x root/root usr/share/mime/ -drwxr-xr-x root/root usr/share/mime/packages/ --rw-r--r-- root/root usr/share/mime/packages/edje.xml diff --git a/extra/edje/.md5sum.i686 b/extra/edje/.md5sum.i686 deleted file mode 100644 index 5bbc6b112..000000000 --- a/extra/edje/.md5sum.i686 +++ /dev/null @@ -1 +0,0 @@ -1d66a41dbdb5f7b7567064f28386e906 edje-0.9.99.49898.tar.bz2 diff --git a/extra/edje/.md5sum.x86_64 b/extra/edje/.md5sum.x86_64 deleted file mode 100644 index 5bbc6b112..000000000 --- a/extra/edje/.md5sum.x86_64 +++ /dev/null @@ -1 +0,0 @@ -1d66a41dbdb5f7b7567064f28386e906 edje-0.9.99.49898.tar.bz2 diff --git a/extra/edje/Pkgfile b/extra/edje/Pkgfile deleted file mode 100644 index 4ac98d1ee..000000000 --- a/extra/edje/Pkgfile +++ /dev/null @@ -1,20 +0,0 @@ -# Description: Librairie multimedia pour utiliser avec E17. -# URL: http://www.enlightenment.org/ -# Maintainer: NuTyX core team -# Packager: geantbrun at gmail dot com -# Depends on: lua, embryo, eet, evas -# Run on: lua,embryo,eet,evas - -name=edje -version=0.9.99.49898 -release=1 -source=(http://download.enlightenment.org/snapshots/2010-06-27/$name-$version.tar.bz2) - -build() -{ - cd $name-$version - ./configure --prefix=/usr - make - make install DESTDIR=$PKG -} - |