[arch-commits] Commit in (gensio gensio/repos gensio/trunk gensio/trunk/PKGBUILD)

Sergej Pupykin spupykin at archlinux.org
Mon Sep 9 16:34:25 UTC 2019


    Date: Monday, September 9, 2019 @ 16:34:25
  Author: spupykin
Revision: 509125

add gensio

Added:
  gensio/
  gensio/repos/
  gensio/trunk/
  gensio/trunk/PKGBUILD

----------+
 PKGBUILD |   24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

Added: gensio/trunk/PKGBUILD
===================================================================
--- gensio/trunk/PKGBUILD	                        (rev 0)
+++ gensio/trunk/PKGBUILD	2019-09-09 16:34:25 UTC (rev 509125)
@@ -0,0 +1,24 @@
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Shinlun Hsieh <yngwiexx at yahoo.com.tw>
+
+pkgname=gensio
+pkgver=1.1
+pkgrel=1
+pkgdesc="General Stream I/O"
+arch=(x86_64)
+url="https://sourceforge.net/projects/ser2net/"
+license=('GPL')
+depends=()
+source=(https://downloads.sourceforge.net/sourceforge/ser2net/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('e3dc5a2c503abb1ce69fc35bb55440c1611087cd34d45dbdbcc93bd0a2fe0228')
+
+build() {
+  cd "$srcdir"/${pkgname}-${pkgver/rc/-rc}
+  ./configure --prefix=/usr --sbindir=/usr/bin --with-python=no
+  make
+}
+
+package() {
+  cd "$srcdir"/${pkgname}-${pkgver/rc/-rc}
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list