diff options
Diffstat (limited to 'multimc/Pkgfile')
| -rw-r--r-- | multimc/Pkgfile | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/multimc/Pkgfile b/multimc/Pkgfile deleted file mode 100644 index c09e389..0000000 --- a/multimc/Pkgfile +++ /dev/null | |||
| @@ -1,34 +0,0 @@ | |||
| 1 | # Description: A custom FOSS Minecraft launcher that lets you manage multiple instances (Nuegia fork) | ||
| 2 | # URL: https://git.nuegia.net/MultiMC/ | ||
| 3 | # Maintainer: Shokara Kou, shokara at kalli dot st | ||
| 4 | # Depends on: openjdk8 qt5 cmake | ||
| 5 | |||
| 6 | name=multimc | ||
| 7 | version=tom-21da6d8 | ||
| 8 | sversion=21da6d8 | ||
| 9 | release=1 | ||
| 10 | source=(https://git.nuegia.net/MultiMC/snapshot/MultiMC-$sversion.tar.xz | ||
| 11 | https://github.com/MultiMC/libnbtplusplus/archive/multimc-0.6.1.tar.gz | ||
| 12 | https://github.com/MultiMC/quazip/archive/multimc-3.tar.gz) | ||
| 13 | |||
| 14 | build() { | ||
| 15 | cd MultiMC-$sversion | ||
| 16 | |||
| 17 | rmdir libraries/{libnbtplusplus,quazip} | ||
| 18 | ln -sfT $SRC/libnbtplusplus-multimc-0.6.1 libraries/libnbtplusplus | ||
| 19 | ln -sfT $SRC/quazip-multimc-3 libraries/quazip | ||
| 20 | |||
| 21 | mkdir build | ||
| 22 | cd build | ||
| 23 | |||
| 24 | cmake .. \ | ||
| 25 | -DCMAKE_INSTALL_PREFIX=/usr \ | ||
| 26 | -DCMAKE_BUILD_TYPE=Release \ | ||
| 27 | -DMultiMC_UPDATER=OFF \ | ||
| 28 | -DMultiMC_LAYOUT=lin-system | ||
| 29 | make | ||
| 30 | make DESTDIR=$PKG install | ||
| 31 | |||
| 32 | #install -D libMultiMC_quazip.so $PKG/usr/lib/libMultiMC_quazip.so | ||
| 33 | #install -D libMultiMC_nbt++.so $PKG/usr/lib/libMultiMC_nbt++.so | ||
| 34 | } | ||
