diff options
author | Victor Martinez <pitillo@ono.com> | 2013-01-09 16:28:22 +0000 |
---|---|---|
committer | Victor Martinez <pitillo@ono.com> | 2013-01-09 16:28:22 +0000 |
commit | 7fa6760fc849b180f649f60885b7d35eff445d97 (patch) | |
tree | e8ab000f9d9dc107b8712346eb7aac79c6e2ce8f | |
parent | 0060af42c59183d1bc34a831315df6b59be6556a (diff) | |
download | enlightenment-7fa6760fc849b180f649f60885b7d35eff445d97.tar.gz enlightenment-7fa6760fc849b180f649f60885b7d35eff445d97.tar.xz |
eet: Initial import version 1.7.5
-rw-r--r-- | eet/.footprint | 14 | ||||
-rw-r--r-- | eet/.md5sum | 1 | ||||
-rw-r--r-- | eet/Pkgfile | 19 |
3 files changed, 34 insertions, 0 deletions
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 +} |