diff options
author | Victor Martinez <pitillo@ono.com> | 2013-01-09 16:37:49 +0000 |
---|---|---|
committer | Victor Martinez <pitillo@ono.com> | 2013-01-09 16:37:49 +0000 |
commit | bf9e5ab75717d2d51710628891b3b28c6f750187 (patch) | |
tree | 4cd74186b01d63012b5779e4ace1c7671dce056f | |
parent | d2b8f3b4d498d7290a06ffaa4da2810f9a1f5ce5 (diff) | |
download | enlightenment-bf9e5ab75717d2d51710628891b3b28c6f750187.tar.gz enlightenment-bf9e5ab75717d2d51710628891b3b28c6f750187.tar.xz |
eio: Initial import version 1.7.5
-rw-r--r-- | eio/.footprint | 13 | ||||
-rw-r--r-- | eio/.md5sum | 1 | ||||
-rw-r--r-- | eio/Pkgfile | 18 |
3 files changed, 32 insertions, 0 deletions
diff --git a/eio/.footprint b/eio/.footprint new file mode 100644 index 0000000..a8f813a --- /dev/null +++ b/eio/.footprint @@ -0,0 +1,13 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/include/ +drwxr-xr-x root/root usr/include/eio-1/ +-rw-r--r-- root/root usr/include/eio-1/Eio.h +-rw-r--r-- root/root usr/include/eio-1/eio_inline_helper.x +drwxr-xr-x root/root usr/lib/ +-rw-r--r-- root/root usr/lib/libeio.a +-rwxr-xr-x root/root usr/lib/libeio.la +lrwxrwxrwx root/root usr/lib/libeio.so -> libeio.so.1.7.5 +lrwxrwxrwx root/root usr/lib/libeio.so.1 -> libeio.so.1.7.5 +-rwxr-xr-x root/root usr/lib/libeio.so.1.7.5 +drwxr-xr-x root/root usr/lib/pkgconfig/ +-rw-r--r-- root/root usr/lib/pkgconfig/eio.pc diff --git a/eio/.md5sum b/eio/.md5sum new file mode 100644 index 0000000..8ba4a29 --- /dev/null +++ b/eio/.md5sum @@ -0,0 +1 @@ +429c30b99f4011b7b20085f7117a7b93 eio-1.7.5.tar.gz diff --git a/eio/Pkgfile b/eio/Pkgfile new file mode 100644 index 0000000..a2cb2e3 --- /dev/null +++ b/eio/Pkgfile @@ -0,0 +1,18 @@ +# Description: efficient filesystem Input/Output (I/O) +# URL: http://www.enlightenment.org/ +# Maintainer: Victor Martinez, pitillo at ono dot com +# Depends on: efreet + +name=eio +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 + rm -r $PKG/usr/share +} |