summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMuflone2015-06-13 17:59:24 +0200
committerMuflone2015-06-13 17:59:24 +0200
commit2c51584ba7dc812965f2f4b26e332ce741e32065 (patch)
treeced050f8874ddea3982158c7ef027690661cdf2c
downloadaur-2c51584ba7dc812965f2f4b26e332ce741e32065.tar.gz
Initial import
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD17
2 files changed, 29 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..6d25515e8bec
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,12 @@
+pkgbase = tn5250j-plugin-jtopen
+ pkgdesc = Support for export of spool files and data files in tn5250j
+ pkgver = 8.3
+ pkgrel = 2
+ url = http://jt400.sourceforge.net/
+ arch = any
+ license = GPL
+ depends = tn5250j
+ depends = libjtopen
+
+pkgname = tn5250j-plugin-jtopen
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..5bb36b230f00
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,17 @@
+# Maintainer: Muflone http://www.muflone.com/contacts/english/
+
+pkgname=tn5250j-plugin-jtopen
+pkgver=8.3
+pkgrel=2
+pkgdesc="Support for export of spool files and data files in tn5250j"
+arch=('any')
+url="http://jt400.sourceforge.net/"
+license=('GPL')
+depends=('tn5250j' 'libjtopen')
+
+package() {
+ # Install files for the package
+ install -d "${pkgdir}/usr/share/java/tn5250j"
+ ln -s /usr/lib/libjtopen/jt400.jar "${pkgdir}/usr/share/java/tn5250j/jt400.jar"
+}
+