From 919fc069f116d27bd6832a88b9ec45d1edd18018 Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Mon, 30 Sep 2019 17:33:00 +0200 Subject: [PATCH] tevent: initial import --- tevent/.footprint | 13 +++++++++++++ tevent/.signature | 5 +++++ tevent/Pkgfile | 21 +++++++++++++++++++++ 3 files changed, 39 insertions(+) create mode 100644 tevent/.footprint create mode 100644 tevent/.signature create mode 100644 tevent/Pkgfile diff --git a/tevent/.footprint b/tevent/.footprint new file mode 100644 index 0000000..886bfdd --- /dev/null +++ b/tevent/.footprint @@ -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 index 0000000..f98118f --- /dev/null +++ b/tevent/.signature @@ -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 index 0000000..6ca3070 --- /dev/null +++ b/tevent/Pkgfile @@ -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 +} -- 2.26.2