diff options
author | Victor Martinez <pitillo@ono.com> | 2013-01-17 16:26:50 +0000 |
---|---|---|
committer | Victor Martinez <pitillo@ono.com> | 2013-01-17 16:26:50 +0000 |
commit | e1f866b9949cd02b4b7fbd36df1ed6ffd5ff8e51 (patch) | |
tree | ae6187c28ec91ce0115bd0781a913f1368ac63d5 | |
parent | 2b33da851a7aa9ed9fc62f4987bee17fcadac25d (diff) | |
download | enlightenment-e1f866b9949cd02b4b7fbd36df1ed6ffd5ff8e51.tar.gz enlightenment-e1f866b9949cd02b4b7fbd36df1ed6ffd5ff8e51.tar.xz |
emotion: Initial import version 1.7.5
-rw-r--r-- | emotion/.footprint | 30 | ||||
-rw-r--r-- | emotion/.md5sum | 1 | ||||
-rw-r--r-- | emotion/Pkgfile | 17 |
3 files changed, 48 insertions, 0 deletions
diff --git a/emotion/.footprint b/emotion/.footprint new file mode 100644 index 0000000..49a3bd8 --- /dev/null +++ b/emotion/.footprint @@ -0,0 +1,30 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/emotion_test +drwxr-xr-x root/root usr/include/ +drwxr-xr-x root/root usr/include/emotion-1/ +-rw-r--r-- root/root usr/include/emotion-1/Emotion.h +-rw-r--r-- root/root usr/include/emotion-1/Emotion_Generic_Plugin.h +drwxr-xr-x root/root usr/lib/ +drwxr-xr-x root/root usr/lib/edje/ +drwxr-xr-x root/root usr/lib/edje/modules/ +drwxr-xr-x root/root usr/lib/edje/modules/emotion/ +drwxr-xr-x root/root usr/lib/edje/modules/emotion/linux-gnu-x86_64-1.0.0/ +-rwxr-xr-x root/root usr/lib/edje/modules/emotion/linux-gnu-x86_64-1.0.0/module.la +-rwxr-xr-x root/root usr/lib/edje/modules/emotion/linux-gnu-x86_64-1.0.0/module.so +drwxr-xr-x root/root usr/lib/emotion/ +-rwxr-xr-x root/root usr/lib/emotion/em_generic.la +-rwxr-xr-x root/root usr/lib/emotion/em_generic.so +-rw-r--r-- root/root usr/lib/libemotion.a +-rwxr-xr-x root/root usr/lib/libemotion.la +lrwxrwxrwx root/root usr/lib/libemotion.so -> libemotion.so.1.7.5 +lrwxrwxrwx root/root usr/lib/libemotion.so.1 -> libemotion.so.1.7.5 +-rwxr-xr-x root/root usr/lib/libemotion.so.1.7.5 +drwxr-xr-x root/root usr/lib/pkgconfig/ +-rw-r--r-- root/root usr/lib/pkgconfig/emotion.pc +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/emotion/ +drwxr-xr-x root/root usr/share/emotion/data/ +-rw-r--r-- root/root usr/share/emotion/data/icon.edj +-rw-r--r-- root/root usr/share/emotion/data/theme.edj +drwxr-xr-x root/root usr/share/emotion/examples/ diff --git a/emotion/.md5sum b/emotion/.md5sum new file mode 100644 index 0000000..104f8fb --- /dev/null +++ b/emotion/.md5sum @@ -0,0 +1 @@ +bb6a00053b0f72c0c146a59161e4bb0b emotion-1.7.5.tar.gz diff --git a/emotion/Pkgfile b/emotion/Pkgfile new file mode 100644 index 0000000..78cb829 --- /dev/null +++ b/emotion/Pkgfile @@ -0,0 +1,17 @@ +# Description: Video and media object library for use with E17. +# URL: http://www.enlightenment.org/ +# Maintainer: Victor Martinez, pitillo at ono dot com +# Depends on: ecore + +name=emotion +version=1.7.5 +release=1 +source=(http://download.enlightenment.org/releases/$name-$version.tar.gz) + +build() +{ + cd $name-$version + ./configure --prefix=/usr + make + make DESTDIR=$PKG install +} |