From 5d732b28c08cc8c4699a2d0f2e260c16b50a4855 Mon Sep 17 00:00:00 2001 From: Batuhan Apaydin Date: Thu, 22 Jun 2023 15:17:27 +0300 Subject: [PATCH] add libtelnet Signed-off-by: Batuhan Apaydin Co-authored-by: Furkan Turkal Signed-off-by: Batuhan Apaydin --- libtelnet.yaml | 43 +++++++++++++++++++++++++++++++++++++++++++ packages.txt | 1 + 2 files changed, 44 insertions(+) create mode 100644 libtelnet.yaml diff --git a/libtelnet.yaml b/libtelnet.yaml new file mode 100644 index 00000000000..94d2b3e2136 --- /dev/null +++ b/libtelnet.yaml @@ -0,0 +1,43 @@ +package: + name: libtelnet + version: 0.23 + epoch: 0 + description: Simple RFC-complient TELNET implementation as a C library. + copyright: + - license: Public Domain + +environment: + contents: + packages: + - busybox + - linux-headers + - ca-certificates-bundle + - build-base + - autoconf + - automake + - libtool + - pkgconf-dev + - zlib-dev + +pipeline: + - uses: git-checkout + with: + repository: https://github.com/seanmiddleditch/libtelnet + tag: ${{package.version}} + expected-commit: c979e8a9d23cfec82dec81be82c3c8f9139fa04a + + - runs: | + libtoolize --force --install && autoreconf -i + + - uses: autoconf/configure + + - uses: autoconf/make + + - uses: autoconf/make-install + + - uses: strip + +update: + enabled: true + release-monitor: + identifier: 59171 diff --git a/packages.txt b/packages.txt index f77a8212d30..ea16833747e 100644 --- a/packages.txt +++ b/packages.txt @@ -793,6 +793,7 @@ libvdpau hwdata libpciaccess libdrm +libtelnet spirv-headers spirv-tools libva