diff options
Diffstat (limited to 'community/twin/PKGBUILD')
-rw-r--r-- | community/twin/PKGBUILD | 20 |
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 } |