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:
13
debian/rules
vendored
Executable file
13
debian/rules
vendored
Executable 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 $@
|
||||
Reference in New Issue
Block a user