diff options
author | root <root@rshg054.dnsready.net> | 2013-08-11 01:21:34 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-08-11 01:21:34 -0700 |
commit | 18a41d682d6e91e0d28fce23eb75292f477bd620 (patch) | |
tree | bce8f660d7d0b6541cadbc49bf1bac2434e4c0c6 /community/twin | |
parent | 0ade1da67addf154d93c6a6399b0a3d5a18a3336 (diff) |
Sun Aug 11 01:21:31 PDT 2013
Diffstat (limited to 'community/twin')
-rw-r--r-- | community/twin/PKGBUILD | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/community/twin/PKGBUILD b/community/twin/PKGBUILD deleted file mode 100644 index 6abb8de4f..000000000 --- a/community/twin/PKGBUILD +++ /dev/null @@ -1,30 +0,0 @@ -# $Id: PKGBUILD 91844 2013-05-28 17:06:13Z spupykin $ -# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> -# Contributor: G_Syme <demichan(at)mail(dot)upb(dot)de> - -pkgname=twin -pkgver=0.6.2 -pkgrel=4 -pkgdesc="A text-mode window environment" -arch=('i686' 'x86_64') -url='http://sourceforge.net/projects/twin/' -license=('GPL2' 'LGPL2.1') -depends=('gpm' 'zlib' 'libxpm') -optdepends=('gtk') -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 -} |