CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
tevent: initial import
authorVictor Martinez <pitillo@ono.com>
Mon, 30 Sep 2019 15:33:00 +0000 (17:33 +0200)
committerVictor Martinez <pitillo@ono.com>
Mon, 30 Sep 2019 15:33:00 +0000 (17:33 +0200)
tevent/.footprint [new file with mode: 0644]
tevent/.signature [new file with mode: 0644]
tevent/Pkgfile [new file with mode: 0644]

diff --git a/tevent/.footprint b/tevent/.footprint
new file mode 100644 (file)
index 0000000..886bfdd
--- /dev/null
@@ -0,0 +1,13 @@
+drwxr-xr-x     root/root       usr/
+drwxr-xr-x     root/root       usr/include/
+-rw-r--r--     root/root       usr/include/tevent.h
+drwxr-xr-x     root/root       usr/lib/
+lrwxrwxrwx     root/root       usr/lib/libtevent.so -> libtevent.so.0.10.1
+lrwxrwxrwx     root/root       usr/lib/libtevent.so.0 -> libtevent.so.0.10.1
+-rwxr-xr-x     root/root       usr/lib/libtevent.so.0.10.1
+drwxr-xr-x     root/root       usr/lib/pkgconfig/
+-rw-r--r--     root/root       usr/lib/pkgconfig/tevent.pc
+drwxr-xr-x     root/root       usr/lib/python3.7/
+drwxr-xr-x     root/root       usr/lib/python3.7/site-packages/
+-rwxr-xr-x     root/root       usr/lib/python3.7/site-packages/_tevent.cpython-37m-aarch64-linux-gnu.so
+-rw-r--r--     root/root       usr/lib/python3.7/site-packages/tevent.py
diff --git a/tevent/.signature b/tevent/.signature
new file mode 100644 (file)
index 0000000..f98118f
--- /dev/null
@@ -0,0 +1,5 @@
+untrusted comment: verify with /etc/ports/opt-arm64.pub
+RWRitF9a2DJqMRs8bAjvhO+RcUjegs/5xdTZv8wuKqXXv8QSKNJgE/SsHzTrEX5ar0PDk+rL1LiV+MPILG1rsP2RCgbBbLpj6Qk=
+SHA256 (Pkgfile) = 89f722a7bc17a429ec6fd9e15da97d8b14710766a72a19fab84196f9d3ff9c9a
+SHA256 (.footprint) = 22dd8f4f5673ab807ec07000e74a0004e1c541af6537f9c0b088dade7d1b4000
+SHA256 (tevent-0.10.1.tar.gz) = 79a4da68b38b86ac71d8ac824ee3605ab22a6a91cfa83033a7db73f3dd6910b6
diff --git a/tevent/Pkgfile b/tevent/Pkgfile
new file mode 100644 (file)
index 0000000..6ca3070
--- /dev/null
@@ -0,0 +1,21 @@
+# Description: Event library based on talloc
+# URL: http://tevent.samba.org/
+# Maintainer: Juergen Daubert, jue at crux dot nu
+# Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu
+# Depends on: talloc
+
+name=tevent
+version=0.10.1
+release=1
+source=(https://www.samba.org/ftp/$name/$name-$version.tar.gz)
+
+build() {
+  cd $name-$version
+
+  ./configure \
+          --bundled-libraries=NONE \
+          --prefix=/usr
+
+  make
+  make DESTDIR=$PKG install
+}