aboutsummaryrefslogtreecommitdiff
path: root/package/irix
diff options
context:
space:
mode:
authorJohn Ankarstr\xf6m <john@ankarstrom.se>2021-05-29 12:54:47 +0200
committerJohn Ankarstr\xf6m <john@ankarstrom.se>2021-05-29 13:18:40 +0200
commita041d9898e6d699bd8c0c25482ec574feb03c547 (patch)
tree7f094e33fb530152c3ab6238ce7300750b47addb /package/irix
downloadjwm-a041d9898e6d699bd8c0c25482ec574feb03c547.tar.gz
First commit
This is the original state of the released tarball for JWM 1.8, which will serve as my starting point for further modifications.
Diffstat (limited to 'package/irix')
-rw-r--r--package/irix/Makefile.in18
-rw-r--r--package/irix/jwm.idb.in3
-rw-r--r--package/irix/jwm.spec.in23
3 files changed, 44 insertions, 0 deletions
diff --git a/package/irix/Makefile.in b/package/irix/Makefile.in
new file mode 100644
index 0000000..4750fa7
--- /dev/null
+++ b/package/irix/Makefile.in
@@ -0,0 +1,18 @@
+
+VERSION = @VERSION@
+
+PACKAGE_FILE = "jwm-$(VERSION).tardist"
+
+all:
+ mkdir -p dist
+ cp jwm.idb jwm.spec dist
+ gendist -rbase / -sbase . -idb jwm.idb -spec jwm.spec -dist dist -all
+ tar -cf $(PACKAGE_FILE) dist/*
+
+clean:
+ rm -fr dist
+ rm -f $(PACKAGE_FILE)
+
+distclean:
+ rm Makefile jwm.spec jwm.idb
+
diff --git a/package/irix/jwm.idb.in b/package/irix/jwm.idb.in
new file mode 100644
index 0000000..05f960b
--- /dev/null
+++ b/package/irix/jwm.idb.in
@@ -0,0 +1,3 @@
+f 0755 root sys .@BINDIR@/jwm ../../src/jwm jwm.sw.base
+f 0644 root sys .@SYSCONF@/system.jwmrc ../../example.jwmrc jwm.sw.base
+f 0644 root sys .@MANDIR@/man1/jwm.1 ../../jwm.1 jwm.man.manpages
diff --git a/package/irix/jwm.spec.in b/package/irix/jwm.spec.in
new file mode 100644
index 0000000..3b7934c
--- /dev/null
+++ b/package/irix/jwm.spec.in
@@ -0,0 +1,23 @@
+product jwm
+ id "JWM v@VERSION@ - Joe's Window Manager"
+ image sw
+ id "Software"
+ version @INSTVERSION@
+ order 9999
+ subsys base default
+ id "Base Software"
+ replaces self
+ exp jwm.sw.base
+ endsubsys
+ endimage
+ image man
+ id "Man Pages"
+ version @INSTVERSION@
+ order 9999
+ subsys manpages default
+ id "Man Pages"
+ replaces self
+ exp jwm.man.manpages
+ endsubsys
+ endimage
+endproduct