[arch-commits] Commit in twin/repos (2 files)

Kyle Keen kkeen at archlinux.org
Thu Aug 20 10:31:11 UTC 2020


    Date: Thursday, August 20, 2020 @ 10:31:11
  Author: kkeen
Revision: 685369

archrelease: copy trunk to community-testing-x86_64

Added:
  twin/repos/community-testing-x86_64/
  twin/repos/community-testing-x86_64/PKGBUILD
    (from rev 685368, twin/trunk/PKGBUILD)

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

Copied: twin/repos/community-testing-x86_64/PKGBUILD (from rev 685368, twin/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2020-08-20 10:31:11 UTC (rev 685369)
@@ -0,0 +1,32 @@
+# Maintainer: Kyle Keen <keenerd at gmail.com>
+# Contributor: Fabio 'Lolix' Loli <lolix at disroot.org>
+# Contributor: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: G_Syme <demichan(at)mail(dot)upb(dot)de>
+
+pkgname=twin
+pkgver=0.8.1
+pkgrel=2
+pkgdesc="A text-mode window environment"
+arch=('x86_64')
+url='https://sourceforge.net/projects/twin/'
+license=('GPL2' 'LGPL2.1')
+depends=('gpm' 'zlib' 'libxpm')
+options=('!makeflags')
+source=("$pkgname-$pkgver.tgz::https://github.com/cosmos72/twin/archive/v${pkgver}.tar.gz")
+md5sums=('e98efaff326335d5947eb8f7f4bb2f6c')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  LDFLAGS="-lX11" ./configure --prefix=/usr --sbindir=/usr/bin \
+	--enable-tt=yes \
+	--enable-tt-hw-twin=yes \
+	--enable-tt-hw-twin-tunnel=yes \
+	--enable-tt-hw-twin-detunnel=yes \
+	--enable-tt-hw-xml=yes
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list