From 7fa6760fc849b180f649f60885b7d35eff445d97 Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Wed, 9 Jan 2013 16:28:22 +0000 Subject: eet: Initial import version 1.7.5 --- eet/.footprint | 14 ++++++++++++++ eet/.md5sum | 1 + eet/Pkgfile | 19 +++++++++++++++++++ 3 files changed, 34 insertions(+) create mode 100644 eet/.footprint create mode 100644 eet/.md5sum create mode 100644 eet/Pkgfile diff --git a/eet/.footprint b/eet/.footprint new file mode 100644 index 0000000..5b8f151 --- /dev/null +++ b/eet/.footprint @@ -0,0 +1,14 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/eet +drwxr-xr-x root/root usr/include/ +drwxr-xr-x root/root usr/include/eet-1/ +-rw-r--r-- root/root usr/include/eet-1/Eet.h +drwxr-xr-x root/root usr/lib/ +-rw-r--r-- root/root usr/lib/libeet.a +-rwxr-xr-x root/root usr/lib/libeet.la +lrwxrwxrwx root/root usr/lib/libeet.so -> libeet.so.1.7.5 +lrwxrwxrwx root/root usr/lib/libeet.so.1 -> libeet.so.1.7.5 +-rwxr-xr-x root/root usr/lib/libeet.so.1.7.5 +drwxr-xr-x root/root usr/lib/pkgconfig/ +-rw-r--r-- root/root usr/lib/pkgconfig/eet.pc diff --git a/eet/.md5sum b/eet/.md5sum new file mode 100644 index 0000000..ba33de6 --- /dev/null +++ b/eet/.md5sum @@ -0,0 +1 @@ +c62ba7a771d16df9afe6e5869370e082 eet-1.7.5.tar.gz diff --git a/eet/Pkgfile b/eet/Pkgfile new file mode 100644 index 0000000..bf89a35 --- /dev/null +++ b/eet/Pkgfile @@ -0,0 +1,19 @@ +# Description: Small archiving library for use with EFL. +# URL: http://www.enlightenment.org/ +# Maintainer: Victor Martinez, pitillo at ono dot com +# Depends on: xorg-libxext xorg-libsm giflib libpng libtiff freetype eina + +name=eet +version=1.7.5 +release=1 +source=(http://download.enlightenment.org/releases/$name-$version.tar.gz) + +build() +{ + cd $name-$version + ./configure --prefix=/usr \ + --disable-install-examples + make + make DESTDIR=$PKG install + rm -r $PKG/usr/share +} -- cgit v1.2.3