diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2012-05-04 00:47:11 +0200 |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2012-05-04 00:47:11 +0200 |
commit | c39cbc60bd9cca21cdb7f174725bcd1f866e95d9 (patch) | |
tree | e1ab5429c30dcac4e282e1fba53182f0ea509d75 /community/twin | |
parent | 70dd19e62605010a1403e8e28a9d40ca5b09409a (diff) | |
parent | 5520a8b04cecf4af812cbf2285e9ab6efabe147f (diff) |
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts:
community/libgringotts/PKGBUILD
community/ruby-gtk2/PKGBUILD
community/steghide/PKGBUILD
community/twin/PKGBUILD
core/bzip2/PKGBUILD
multilib/lib32-mpg123/PKGBUILD
testing/samba/PKGBUILD
testing/xfsprogs/PKGBUILD
Diffstat (limited to 'community/twin')
-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 a90a84c69..2c37d9c3c 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' 'mips64el') -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 } |