diff options
Diffstat (limited to 'maxx-desktop/Pkgfile')
| -rw-r--r-- | maxx-desktop/Pkgfile | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/maxx-desktop/Pkgfile b/maxx-desktop/Pkgfile new file mode 100644 index 0000000..53ef304 --- /dev/null +++ b/maxx-desktop/Pkgfile | |||
| @@ -0,0 +1,23 @@ | |||
| 1 | # Description: A package of M4 macros to produce scripts to automatically configure sourcecode | ||
| 2 | # URL: http://www.gnu.org/software/autoconf | ||
| 3 | # Maintainer: Shokara Kou, shokara at kalli dot st | ||
| 4 | # Depends on: libjpeg-turbo ncurses | ||
| 5 | |||
| 6 | name=maxx-desktop | ||
| 7 | version=2.1.1 | ||
| 8 | release=1 | ||
| 9 | source=(https://s3.ca-central-1.amazonaws.com/cdn.maxxinteractive.com/maxx-desktop-installer/MaXX-Desktop-v$version-LINUX-x64-tar.xz) | ||
| 10 | |||
| 11 | build () { | ||
| 12 | # extracts binaries to /opt because scripts inside appear to be hardcoded to there | ||
| 13 | install -d $PKG/opt | ||
| 14 | tar Jxf MaXX-Desktop-v$version-LINUX-x64-tar.xz -C $PKG/opt/ | ||
| 15 | |||
| 16 | # symlinks the gtk icon and cursor theme | ||
| 17 | install -d $PKG/usr/share/icons $PKG/usr/share/xsessions | ||
| 18 | ln -s /opt/MaXX/share/icons/IRIX $PKG/usr/share/icons | ||
| 19 | ln -s /opt/MaXX/share/icons/redSGI $PKG/usr/share/icons | ||
| 20 | |||
| 21 | # adds maxx as an option to a display manager | ||
| 22 | ln -s /opt/MaXX/share/xsessions/maxx.desktop $PKG/usr/share/xsessions/ | ||
| 23 | } | ||
