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

Kyle Keen kkeen at archlinux.org
Sun Sep 9 04:18:45 UTC 2018


    Date: Sunday, September 9, 2018 @ 04:18:45
  Author: kkeen
Revision: 378856

archrelease: copy trunk to community-x86_64

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

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

Copied: twin/repos/community-x86_64/PKGBUILD (from rev 378855, twin/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2018-09-09 04:18:45 UTC (rev 378856)
@@ -0,0 +1,33 @@
+# $Id$
+# 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.0
+pkgrel=2
+pkgdesc="A text-mode window environment"
+arch=('x86_64')
+url='http://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=('35ca4512dceaff97e700b06665c3c8dc')
+
+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