[arch-commits] Commit in lksctp-tools/repos/community-x86_64 (PKGBUILD PKGBUILD)

Sébastien Luttringer seblu at gemini.archlinux.org
Sun Sep 19 00:58:54 UTC 2021


    Date: Sunday, September 19, 2021 @ 00:58:54
  Author: seblu
Revision: 1017109

archrelease: copy trunk to community-x86_64

Added:
  lksctp-tools/repos/community-x86_64/PKGBUILD
    (from rev 1017108, lksctp-tools/trunk/PKGBUILD)
Deleted:
  lksctp-tools/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   66 +++++++++++++++++++++++++++++++------------------------------
 1 file changed, 34 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-09-19 00:58:50 UTC (rev 1017108)
+++ PKGBUILD	2021-09-19 00:58:54 UTC (rev 1017109)
@@ -1,32 +0,0 @@
-# Maintainer: Sébastien Luttringer
-# Contributer: Nicolas Martyanoff <khaelin at gmail.com>
-
-pkgname=lksctp-tools
-pkgver=1.0.17
-pkgrel=3
-pkgdesc='An implementation of the SCTP protocol'
-arch=('x86_64')
-url='http://lksctp.sourceforge.net/'
-license=('GPL2' 'LGPL2.1')
-depends=('bash')
-source=("https://downloads.sourceforge.net/sourceforge/lksctp/$pkgname-$pkgver.tar.gz")
-md5sums=('68e9b8fa4d4e331029b247b72d46d7a5')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-#check() {
-#  cd $pkgname-$pkgver/src/func_tests
-#  make v4test
-#  make v6test
-#}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: lksctp-tools/repos/community-x86_64/PKGBUILD (from rev 1017108, lksctp-tools/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-09-19 00:58:54 UTC (rev 1017109)
@@ -0,0 +1,34 @@
+# Maintainer: Sébastien Luttringer
+# Contributer: Nicolas Martyanoff <khaelin at gmail.com>
+
+pkgname=lksctp-tools
+pkgver=1.0.19
+pkgrel=1
+pkgdesc='An implementation of the SCTP protocol'
+arch=('x86_64')
+url='https://github.com/sctp/lksctp-tools'
+license=('GPL2' 'LGPL2.1')
+makedepends=('git')
+depends=('bash')
+source=("git+https://github.com/sctp/lksctp-tools.git#tag=v$pkgver")
+sha256sums=('SKIP')
+
+build() {
+  cd $pkgname
+  ./bootstrap
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd $pkgname/src/func_tests
+  make v4test
+  make v6test
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list