From 415856bdd4f48ab4f2732996f0bae58595092bbe Mon Sep 17 00:00:00 2001 From: Parabola Date: Tue, 5 Apr 2011 14:26:38 +0000 Subject: Tue Apr 5 14:26:38 UTC 2011 --- community/twin/PKGBUILD | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 community/twin/PKGBUILD (limited to 'community/twin') diff --git a/community/twin/PKGBUILD b/community/twin/PKGBUILD new file mode 100644 index 000000000..67cd4e1d6 --- /dev/null +++ b/community/twin/PKGBUILD @@ -0,0 +1,25 @@ +# Contributor: G_Syme +pkgname=twin +pkgver=0.6.2 +pkgrel=1 +pkgdesc="A text-mode window environment" +arch=('i686' 'x86_64') +url="http://linuz.sns.it/~max/twin/" +license=('GPL' 'LGPL') +depends=('ncurses' 'gpm' 'zlib' 'libtool' 'libxpm') +optdepends=('gtk') +#source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz) +source=(http://linuz.sns.it/~max/twin/twin-$pkgver.tar.gz) +md5sums=('6211c8b2e655003eb96b1fc5dc37e7d9') + +build() { + cd $startdir/src/$pkgname-$pkgver + LDFLAGS="-lX11" ./configure --prefix=/usr \ + --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 \ + || return 1 + + make -j1 || return 1 + make DESTDIR=$startdir/pkg install || return 1 +} -- cgit v1.2.3-54-g00ecf