summaryrefslogtreecommitdiff
path: root/community/twin
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-05-03 00:01:52 +0000
committerroot <root@rshg054.dnsready.net>2012-05-03 00:01:52 +0000
commit5520a8b04cecf4af812cbf2285e9ab6efabe147f (patch)
tree842c0bf2e354faca64f878dce5a2166c7b0dad64 /community/twin
parentdefe74c9cba07c321ad2869d8f6872e64a167324 (diff)
Thu May 3 00:01:52 UTC 2012
Diffstat (limited to 'community/twin')
-rw-r--r--community/twin/PKGBUILD20
1 files changed, 12 insertions, 8 deletions
diff --git a/community/twin/PKGBUILD b/community/twin/PKGBUILD
index 24933e71a..39725c602 100644
--- a/community/twin/PKGBUILD
+++ b/community/twin/PKGBUILD
@@ -1,18 +1,18 @@
-# $Id: PKGBUILD 65419 2012-02-21 03:32:30Z spupykin $
+# $Id: PKGBUILD 70178 2012-05-01 12:01:36Z andrea $
# 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=2
+pkgrel=3
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')
+url='http://sourceforge.net/projects/twin/'
+license=('GPL2' 'LGPL2.1')
+depends=('gpm' 'zlib' 'libxpm')
optdepends=('gtk')
-#source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
-source=(http://arch.p5n.pp.ru/~sergej/dl/2011/twin-$pkgver.tar.gz)
+options=('!makeflags')
+source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz")
md5sums=('6211c8b2e655003eb96b1fc5dc37e7d9')
build() {
@@ -21,6 +21,10 @@ build() {
--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 -j1
+ make
+}
+
+package() {
+ cd $srcdir/$pkgname-$pkgver
make DESTDIR=$pkgdir install
}