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

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


    Date: Monday, September 9, 2019 @ 16:34:39
  Author: spupykin
Revision: 509126

archrelease: copy trunk to community-x86_64

Added:
  gensio/repos/community-x86_64/
  gensio/repos/community-x86_64/PKGBUILD
    (from rev 509125, gensio/trunk/PKGBUILD)

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

Copied: gensio/repos/community-x86_64/PKGBUILD (from rev 509125, gensio/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2019-09-09 16:34:39 UTC (rev 509126)
@@ -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