[arch-commits] Commit in lksctp-tools/repos (2 files)
Felix Yan
felixonmars at archlinux.org
Tue Jul 7 17:40:34 UTC 2020
Date: Tuesday, July 7, 2020 @ 17:40:34
Author: felixonmars
Revision: 659831
archrelease: copy trunk to community-staging-x86_64
Added:
lksctp-tools/repos/community-staging-x86_64/
lksctp-tools/repos/community-staging-x86_64/PKGBUILD
(from rev 659830, lksctp-tools/trunk/PKGBUILD)
----------+
PKGBUILD | 32 ++++++++++++++++++++++++++++++++
1 file changed, 32 insertions(+)
Copied: lksctp-tools/repos/community-staging-x86_64/PKGBUILD (from rev 659830, lksctp-tools/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD (rev 0)
+++ community-staging-x86_64/PKGBUILD 2020-07-07 17:40:34 UTC (rev 659831)
@@ -0,0 +1,32 @@
+# 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:
More information about the arch-commits
mailing list