You are not logged in.
Pages: 1
Thought I'd post this in case someone else used it by chance.
# Contributor: Gino Pezzin
# Modified for 64 bit by crouse 01-29-2008
# Added flag for x86_64 -Crouse
arch=('x86_64')
pkgname=tn5250j
pkgver=0.6.0
pkgrel=4
pkgdesc="The tn5250j is a 5250 terminal emulator for the AS/400 written in Java"
url="http://tn5250j.sourceforge.net/"
license="GPL"
depends=('bash' 'jre')
makedepends=()
conflicts=()
replaces=()
backup=()
#Updated all url's for sources - Crouse
install=
source=(http://switch.dl.sourceforge.net/sourceforge/tn5250j/tn5250j-0.6.0-bin-nosubdir.zip http://aur.archlinux.org/packages/tn5250j/tn5250j/$pkgname.sh http://aur.archlinux.org/packages/tn5250j/tn5250j/$pkgname.png http://aur.archlinux.org/packages/tn5250j/tn5250j/$pkgname.desktop)
md5sums=('0190aadeb6f993b32db86a25e9aaaba3' 'ac911e2aad8f2bd2b0c5545c17f1eecd' '31671b10de5bbccd092ad345dda5adf8' 'c0355b249c10dbca9dfcb7273879dd72')
build() {
cd $startdir/src/
mkdir -p $startdir/pkg/usr/share/java/$pkgname
install -D -m644 *.* $startdir/pkg/usr/share/java/tn5250j/
install -D -m644 ../$pkgname.png $startdir/pkg/usr/share/pixmaps/$pkgname.png
install -D -m644 ../$pkgname.desktop $startdir/pkg/usr/share/applications/$pkgname.desktop
install -D -m755 $startdir/$pkgname.sh $startdir/pkg/usr/bin/$pkgname.sh
cd $startdir/pkg/usr/share/java/$pkgname
# rm failed so I commented it out - Crouse
# rm $pkgname-$pkgver-bin-nosubdir.zip {$pkgname.{sh,png,desktop}}
# cp $pkgname.desktop to users desktop - nothing done automatically - crouse
}Offline
Pages: 1