diff options
author | Victor Martinez <pitillo@ono.com> | 2013-01-09 16:52:32 +0000 |
---|---|---|
committer | Victor Martinez <pitillo@ono.com> | 2013-01-09 16:52:32 +0000 |
commit | 0cc05ed40a0d8ca46ececdce768456d254dc1700 (patch) | |
tree | 25cf09cf8086325e6bea6a5bb8e97e3b2d98cf31 | |
parent | 5e68265b235413e9b3672c14ff89095cefb70032 (diff) | |
download | enlightenment-0cc05ed40a0d8ca46ececdce768456d254dc1700.tar.gz enlightenment-0cc05ed40a0d8ca46ececdce768456d254dc1700.tar.xz |
eeze: Initial import version 1.7.5
-rw-r--r-- | eeze/.footprint | 20 | ||||
-rw-r--r-- | eeze/.md5sum | 1 | ||||
-rw-r--r-- | eeze/Pkgfile | 17 |
3 files changed, 38 insertions, 0 deletions
diff --git a/eeze/.footprint b/eeze/.footprint new file mode 100644 index 0000000..e619182 --- /dev/null +++ b/eeze/.footprint @@ -0,0 +1,20 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/eeze_disk_ls +-rwxr-xr-x root/root usr/bin/eeze_mount +-r-sr-xr-x root/root usr/bin/eeze_scanner +-rwxr-xr-x root/root usr/bin/eeze_umount +drwxr-xr-x root/root usr/include/ +drwxr-xr-x root/root usr/include/eeze-1/ +-rw-r--r-- root/root usr/include/eeze-1/Eeze.h +-rw-r--r-- root/root usr/include/eeze-1/Eeze_Disk.h +-rw-r--r-- root/root usr/include/eeze-1/Eeze_Net.h +-rw-r--r-- root/root usr/include/eeze-1/eeze_scanner.h +drwxr-xr-x root/root usr/lib/ +-rw-r--r-- root/root usr/lib/libeeze.a +-rwxr-xr-x root/root usr/lib/libeeze.la +lrwxrwxrwx root/root usr/lib/libeeze.so -> libeeze.so.1.7.5 +lrwxrwxrwx root/root usr/lib/libeeze.so.1 -> libeeze.so.1.7.5 +-rwxr-xr-x root/root usr/lib/libeeze.so.1.7.5 +drwxr-xr-x root/root usr/lib/pkgconfig/ +-rw-r--r-- root/root usr/lib/pkgconfig/eeze.pc diff --git a/eeze/.md5sum b/eeze/.md5sum new file mode 100644 index 0000000..a07bdbf --- /dev/null +++ b/eeze/.md5sum @@ -0,0 +1 @@ +698c1b09d4f380ac581a6100f5b88548 eeze-1.7.5.tar.gz diff --git a/eeze/Pkgfile b/eeze/Pkgfile new file mode 100644 index 0000000..af5115c --- /dev/null +++ b/eeze/Pkgfile @@ -0,0 +1,17 @@ +# Description: library for manipulating devices through udev +# URL: http://www.enlightenment.org/ +# Maintainer: Victor Martinez, pitillo at ono dot com +# Depends on: e_dbus + +name=eeze +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 +} |