summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2021-04-04 15:29:54 +0200
committerErich Eckner <git@eckner.net>2021-04-04 15:29:54 +0200
commitd59b497cc76ca180f228c5b16d484ea406ff586f (patch)
tree173edf0c0816fa2f37ca58dbe2be171e42ef443e
parent12eb5fff2dce45ce2391767019f04f3f1f8e8f0c (diff)
downloadcrux-ports-d59b497cc76ca180f228c5b16d484ea406ff586f.tar.xz
openttd: put binary into /usr/bin, again
-rw-r--r--manualPorts/openttd-git/.footprint4
-rw-r--r--manualPorts/openttd-git/.signature6
-rw-r--r--manualPorts/openttd-git/Pkgfile3
3 files changed, 7 insertions, 6 deletions
diff --git a/manualPorts/openttd-git/.footprint b/manualPorts/openttd-git/.footprint
index f0db8ed..a6d3147 100644
--- a/manualPorts/openttd-git/.footprint
+++ b/manualPorts/openttd-git/.footprint
@@ -1,6 +1,6 @@
drwxr-xr-x root/root usr/
-drwxr-xr-x root/root usr/games/
--rwxr-xr-x root/root usr/games/openttd
+drwxr-xr-x root/root usr/bin/
+-rwxr-xr-x root/root usr/bin/openttd
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/applications/
-rw-r--r-- root/root usr/share/applications/openttd.desktop
diff --git a/manualPorts/openttd-git/.signature b/manualPorts/openttd-git/.signature
index 115f5ab..409b238 100644
--- a/manualPorts/openttd-git/.signature
+++ b/manualPorts/openttd-git/.signature
@@ -1,7 +1,7 @@
untrusted comment: verify with /etc/ports/deepthought.pub
-RWQxCptPusLGGiac9ommwHuFaKjAakqvMaxq/rT8Fum8B9jsI5U2hfyajiPj7D/ct8Qys899IcFUCzUi9BjIKxp2QKEpjFtq5wY=
-SHA256 (Pkgfile) = 3344bd770f332cd430b10360884db32730544b2c696f40b5f847a4f057eeb3f0
-SHA256 (.footprint) = 61c9afbe4c6b144d5bb20a4afbd799276e570162edbe45c3426e2a130fcf24c7
+RWQxCptPusLGGhuwJ1ACrQY827SFnnJzfKddJHxe13n9cAEXww4Z2KF06FsyPzocTPgrrNsgkx9kt2qh6eT2zaR0Hf9s9l+Dcg8=
+SHA256 (Pkgfile) = edc9e7b0cc44e1ed0dfaa7c1569cbb5a0f690f6fe614cd51ca959015f1c67f91
+SHA256 (.footprint) = b8abc09ddb43fa55f57ab7bfe2be10cc5a70a765d23a2c9554ff270ee3b0d801
SHA256 (opengfx-0.5.4.zip) = 3d136d776906dbe8b5df1434cb9a68d1249511a3c4cfaca55cc24cc0028ae078
SHA256 (opensfx-0.2.3.zip) = 3574745ac0c138bae53b56972591db8d778ad9faffd51deae37a48a563e71662
SHA256 (openmsx-0.3.1.zip) = 92e293ae89f13ad679f43185e83fb81fb8cad47fe63f4af3d3d9f955130460f5
diff --git a/manualPorts/openttd-git/Pkgfile b/manualPorts/openttd-git/Pkgfile
index ae01cfe..82c059a 100644
--- a/manualPorts/openttd-git/Pkgfile
+++ b/manualPorts/openttd-git/Pkgfile
@@ -10,7 +10,7 @@ version=30322.a1230b932
gfxversion=0.5.4
sfxversion=0.2.3
msxversion=0.3.1
-release=1
+release=2
source=(http://bundles.openttdcoop.org/opengfx/releases/$gfxversion/opengfx-$gfxversion.zip
http://bundles.openttdcoop.org/opensfx/releases/$sfxversion/opensfx-$sfxversion.zip
http://bundles.openttdcoop.org/openmsx/releases/$msxversion/openmsx-$msxversion.zip
@@ -58,6 +58,7 @@ build() {
cmake \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=/usr \
+ -DCMAKE_INSTALL_BINDIR=bin \
-DPERSONAL_DIR=.openttd \
..
make