forked from ports/contrib
libuv: initial import
This commit is contained in:
parent
14743579bb
commit
57261efa95
17
libuv/.footprint
Normal file
17
libuv/.footprint
Normal file
@ -0,0 +1,17 @@
|
||||
drwxr-xr-x root/root usr/
|
||||
drwxr-xr-x root/root usr/include/
|
||||
-rw-r--r-- root/root usr/include/uv.h
|
||||
drwxr-xr-x root/root usr/include/uv/
|
||||
-rw-r--r-- root/root usr/include/uv/errno.h
|
||||
-rw-r--r-- root/root usr/include/uv/linux.h
|
||||
-rw-r--r-- root/root usr/include/uv/threadpool.h
|
||||
-rw-r--r-- root/root usr/include/uv/unix.h
|
||||
-rw-r--r-- root/root usr/include/uv/version.h
|
||||
drwxr-xr-x root/root usr/lib/
|
||||
-rw-r--r-- root/root usr/lib/libuv.a
|
||||
-rwxr-xr-x root/root usr/lib/libuv.la
|
||||
lrwxrwxrwx root/root usr/lib/libuv.so -> libuv.so.1.0.0
|
||||
lrwxrwxrwx root/root usr/lib/libuv.so.1 -> libuv.so.1.0.0
|
||||
-rwxr-xr-x root/root usr/lib/libuv.so.1.0.0
|
||||
drwxr-xr-x root/root usr/lib/pkgconfig/
|
||||
-rw-r--r-- root/root usr/lib/pkgconfig/libuv.pc
|
5
libuv/.signature
Normal file
5
libuv/.signature
Normal file
@ -0,0 +1,5 @@
|
||||
untrusted comment: verify with /etc/ports/contrib.pub
|
||||
RWSagIOpLGJF3/iO75SPF7YJY7rQLrH2vKj3QdpVLdGIRV3hVIXXN8/8k6mEGZfFqya29kiV4eDSOuD+BmZe+nBYEmXz9vZffws=
|
||||
SHA256 (Pkgfile) = 8a7091de592ba6e646a983829e996b1673e2b8251a2a052b9897751d4f75980c
|
||||
SHA256 (.footprint) = 78e764acb0a80912745e882ad9b3319a7225e9a8cc4b01863985d7d9487ab4c9
|
||||
SHA256 (v1.38.0.tar.gz) = 2cd9a757fe6c512440933e2bdcab21143d4aa6249b2541399908ce038b756c9d
|
18
libuv/Pkgfile
Normal file
18
libuv/Pkgfile
Normal file
@ -0,0 +1,18 @@
|
||||
# Description: multi-platform support library with a focus on asynchronous I/O
|
||||
# URL: https://github.com/libuv/libuv
|
||||
# Maintainer: Thomas Penteker, tek at serverop dot de
|
||||
|
||||
name=libuv
|
||||
version=1.38.0
|
||||
release=1
|
||||
source=(https://github.com/libuv/libuv/archive/v$version.tar.gz)
|
||||
|
||||
build() {
|
||||
cd $name-$version
|
||||
|
||||
./autogen.sh
|
||||
./configure --prefix=/usr
|
||||
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user