[arch-commits] Commit in gensio/repos (2 files)
Felix Yan
felixonmars at archlinux.org
Tue Jul 7 17:37:19 UTC 2020
Date: Tuesday, July 7, 2020 @ 17:37:19
Author: felixonmars
Revision: 659812
archrelease: copy trunk to community-staging-x86_64
Added:
gensio/repos/community-staging-x86_64/
gensio/repos/community-staging-x86_64/PKGBUILD
(from rev 659808, gensio/trunk/PKGBUILD)
----------+
PKGBUILD | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
Copied: gensio/repos/community-staging-x86_64/PKGBUILD (from rev 659808, gensio/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD (rev 0)
+++ community-staging-x86_64/PKGBUILD 2020-07-07 17:37:19 UTC (rev 659812)
@@ -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=2
+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