eio: Initial import version 1.7.5
This commit is contained in:
parent
d2b8f3b4d4
commit
bf9e5ab757
13
eio/.footprint
Normal file
13
eio/.footprint
Normal file
@ -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
|
1
eio/.md5sum
Normal file
1
eio/.md5sum
Normal file
@ -0,0 +1 @@
|
||||
429c30b99f4011b7b20085f7117a7b93 eio-1.7.5.tar.gz
|
18
eio/Pkgfile
Normal file
18
eio/Pkgfile
Normal file
@ -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
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user