summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO13
-rw-r--r--PKGBUILD18
2 files changed, 31 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..f8764d88c29a
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,13 @@
+pkgbase = tn5250j-plugin-kunststoff
+ pkgdesc = Support for Kunststoff look and feel in tn5250j
+ pkgver = 2.0.2
+ pkgrel = 2
+ url = http://kunstoff.incors.com/archive/
+ arch = any
+ license = LGPL
+ depends = tn5250j
+ source = http://kunstoff.incors.com/archive/kunststoff-2_0_2.zip
+ md5sums = d6103e5a570560d0624ca8f515c78e66
+
+pkgname = tn5250j-plugin-kunststoff
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..02b4f5fd932c
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,18 @@
+# Maintainer: Muflone <muflone@vbsimple.net>
+pkgname=tn5250j-plugin-kunststoff
+pkgver=2.0.2
+pkgrel=2
+pkgdesc="Support for Kunststoff look and feel in tn5250j"
+arch=(any)
+url="http://kunstoff.incors.com/archive/"
+license=('LGPL')
+depends=(tn5250j)
+source=("http://kunstoff.incors.com/archive/kunststoff-${pkgver//\./_}.zip")
+md5sums=('d6103e5a570560d0624ca8f515c78e66')
+
+package() {
+ # Install files for the package
+ install -m 644 -D "$srcdir/kunststoff.jar" "$pkgdir/usr/share/java/tn5250j/kunststoff.jar"
+}
+
+