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