1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2025-12-24 00:03:11 +01:00

Support for debian packaging.

This enables creating .deb packages for easy installation on Ubuntu and
Debian.
This commit is contained in:
Michał Janiszewski
2016-01-10 23:42:57 +01:00
parent c675993d3f
commit 146dda2f3e
6 changed files with 38 additions and 0 deletions

13
debian/rules vendored Executable file
View File

@@ -0,0 +1,13 @@
#!/usr/bin/make -f
BUILDDIR=build_dir
build:
scripts/linux/install.sh
mkdir $(BUILDDIR)
cd $(BUILDDIR); cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo ..
make -C $(BUILDDIR)
touch build
%:
dh $@