From 53b14d243c5a99d65744d3e37d39a16e08fbafdb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Cerqueira?= Date: Wed, 10 Aug 2022 12:05:38 +0100 Subject: [PATCH] lksctp-tools: update to 1.0.19; orphan. --- srcpkgs/lksctp-tools/template | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/srcpkgs/lksctp-tools/template b/srcpkgs/lksctp-tools/template index 7fd8f02aa1c..88bcae794b8 100644 --- a/srcpkgs/lksctp-tools/template +++ b/srcpkgs/lksctp-tools/template @@ -1,24 +1,21 @@ # Template file for 'lksctp-tools' pkgname=lksctp-tools -version=1.0.18 -revision=2 +version=1.0.19 +revision=1 build_style=gnu-configure hostmakedepends="automake libtool linux-headers" short_desc="User-space access to Linux Kernel SCTP" -maintainer="bitshark " +maintainer="Orphaned " license="GPL-2.0-or-later, LGPL-2.1-only" homepage="http://lksctp.sourceforge.net" +changelog="https://raw.githubusercontent.com/sctp/lksctp-tools/master/ChangeLog" distfiles="https://github.com/sctp/lksctp-tools/archive/v${version}.tar.gz" -checksum=3e9ab5b3844a8b65fc8152633aafe85f406e6da463e53921583dfc4a443ff03a +checksum=9251b1368472fb55aaeafe4787131bdde4e96758f6170620bc75b638449cef01 pre_configure() { autoreconf -fi } -post_install() { - mv ${DESTDIR}/usr/include/netinet/sctp.h{.in,} -} - lksctp-tools-devel_package() { depends="${makedepends} ${sourcepkg}>=${version}_${revision}" short_desc+=" - development files"