[arch-commits] Commit in twin/repos (4 files)
Evangelos Foutras
foutrelis at archlinux.org
Mon Sep 7 18:40:36 UTC 2015
Date: Monday, September 7, 2015 @ 20:40:36
Author: foutrelis
Revision: 139513
archrelease: copy trunk to community-staging-i686, community-staging-x86_64
Added:
twin/repos/community-staging-i686/
twin/repos/community-staging-i686/PKGBUILD
(from rev 139512, twin/trunk/PKGBUILD)
twin/repos/community-staging-x86_64/
twin/repos/community-staging-x86_64/PKGBUILD
(from rev 139512, twin/trunk/PKGBUILD)
-----------------------------------+
community-staging-i686/PKGBUILD | 29 +++++++++++++++++++++++++++++
community-staging-x86_64/PKGBUILD | 29 +++++++++++++++++++++++++++++
2 files changed, 58 insertions(+)
Copied: twin/repos/community-staging-i686/PKGBUILD (from rev 139512, twin/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-09-07 18:40:36 UTC (rev 139513)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: G_Syme <demichan(at)mail(dot)upb(dot)de>
+
+pkgname=twin
+pkgver=0.6.2
+pkgrel=7
+pkgdesc="A text-mode window environment"
+arch=('i686' 'x86_64')
+url='http://sourceforge.net/projects/twin/'
+license=('GPL2' 'LGPL2.1')
+depends=('gpm' 'zlib' 'libxpm')
+options=('!makeflags')
+source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz")
+md5sums=('6211c8b2e655003eb96b1fc5dc37e7d9')
+
+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
+}
Copied: twin/repos/community-staging-x86_64/PKGBUILD (from rev 139512, twin/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD (rev 0)
+++ community-staging-x86_64/PKGBUILD 2015-09-07 18:40:36 UTC (rev 139513)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: G_Syme <demichan(at)mail(dot)upb(dot)de>
+
+pkgname=twin
+pkgver=0.6.2
+pkgrel=7
+pkgdesc="A text-mode window environment"
+arch=('i686' 'x86_64')
+url='http://sourceforge.net/projects/twin/'
+license=('GPL2' 'LGPL2.1')
+depends=('gpm' 'zlib' 'libxpm')
+options=('!makeflags')
+source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz")
+md5sums=('6211c8b2e655003eb96b1fc5dc37e7d9')
+
+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