Package Details: x3270 4.3ga8-1

Git Clone URL: https://aur.archlinux.org/x3270.git (read-only, click to copy)
Package Base: x3270
Description: An IBM 3270 terminal emulator for the X Window System
Upstream URL: http://x3270.bgp.nu/
Licenses: BSD, MIT
Submitter: None
Maintainer: tuftedocelot (GiRa)
Last Packager: GiRa
Votes: 36
Popularity: 0.000000
First Submitted: 2006-08-09 22:35 (UTC)
Last Updated: 2024-04-28 15:30 (UTC)

Dependencies (13)

Required by (1)

Sources (2)

Latest Comments

« First ‹ Previous 1 2 3 4

usch commented on 2013-04-08 07:49 (UTC)

I was not aware of a newer version, so I did it with 3.3.12ga11

tuftedocelot commented on 2013-04-06 14:36 (UTC)

@usch, is this with 3.3.12ga11 or the new version 3.3.12ga12 that I haven't gotten to yet?

usch commented on 2013-04-05 20:19 (UTC)

I was able to build and install it with success after replaced the build() function in PKGBUILD with: build() { cd $srcdir/$pkgname-${pkgver:0:3} ./configure --prefix=/usr --bindir=/usr/bin --sysconfdir=/etc --with-fontdir=/usr/share/fonts/3270 make depend || return 1 make || return 1 } package() { cd $srcdir/$pkgname-${pkgver:0:3} make DESTDIR=$pkgdir/ install || return 1 chmod 644 $pkgdir/etc/x3270/ibm_hosts mkdir $pkgdir/usr/share/applications mkdir $pkgdir/usr/share/pixmaps install -m644 $srcdir/x3270.desktop $pkgdir/usr/share/applications/ install -m644 $srcdir/${pkgname}-${pkgver:0:3}/x3270-icon2.xpm $pkgdir/usr/share/pixmaps/ }

tuftedocelot commented on 2013-02-16 17:33 (UTC)

Updated to latest version: http://bpaste.net/raw/77688/

marcs commented on 2012-07-19 08:33 (UTC)

I've managed to compile the latest version, on my updated archbox: # Contributor: Davbo <dave@davbo.org> pkgname=x3270 pkgver=3.3.12ga10 pkgrel=1 pkgdesc="An IBM 3270 terminal emulator for the X Window System" arch=('i686' 'x86_64') url="http://x3270.bgp.nu/" license=('GPL') depends=('openssl' 'xbitmaps') makedepends=('imake' 'openssl' 'libx11' 'libxaw' 'libxt' 'xbitmaps') backup=(etc/x3270/ibm_hosts) install=x3270.install source=(http://downloads.sourceforge.net/sourceforge/x3270/suite3270-$pkgver-src.tgz x3270.desktop) md5sums=('0549b971383c0ce5b662d0c03409a941' 'cdb90e91f28479681a7939b9d19ea98f') build() { cd $startdir/src/$pkgname-${pkgver:0:3} ./configure --prefix=/usr --bindir=/usr/bin --sysconfdir=/etc --with-fontdir=/usr/share/fonts/3270 make depend || return 1 make || return 1 make DESTDIR=$startdir/pkg install || return 1 chmod 644 $startdir/pkg/etc/x3270/ibm_hosts mkdir $startdir/pkg/usr/share/applications mkdir $startdir/pkg/usr/share/pixmaps install -m644 $startdir/src/x3270.desktop $startdir/pkg/usr/share/applications/ install -m644 $startdir/src/${pkgname}-${pkgver:0:3}/x3270-icon2.xpm $startdir/pkg/usr/share/pixmaps/ }

<deleted-account> commented on 2011-11-12 23:14 (UTC)

Version 3.3.12ga7 builds fine; just needs PKGBUILD pkgver set.

adriaticc commented on 2011-04-25 00:26 (UTC)

Before running make, I needed to mkdir -p $startdir/pkg/usr/share/fonts/3270