From e1f866b9949cd02b4b7fbd36df1ed6ffd5ff8e51 Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Thu, 17 Jan 2013 16:26:50 +0000 Subject: emotion: Initial import version 1.7.5 --- emotion/.footprint | 30 ++++++++++++++++++++++++++++++ emotion/.md5sum | 1 + emotion/Pkgfile | 17 +++++++++++++++++ 3 files changed, 48 insertions(+) create mode 100644 emotion/.footprint create mode 100644 emotion/.md5sum create mode 100644 emotion/Pkgfile 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 +} -- cgit v1.2.3