eeze: Initial import version 1.7.5
This commit is contained in:
parent
5e68265b23
commit
0cc05ed40a
20
eeze/.footprint
Normal file
20
eeze/.footprint
Normal file
@ -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
|
1
eeze/.md5sum
Normal file
1
eeze/.md5sum
Normal file
@ -0,0 +1 @@
|
||||
698c1b09d4f380ac581a6100f5b88548 eeze-1.7.5.tar.gz
|
17
eeze/Pkgfile
Normal file
17
eeze/Pkgfile
Normal file
@ -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
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user