Cataclysm-DDA-tiles: split out
This commit is contained in:
parent
a2101c2baf
commit
a6c662e29f
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'Cataclysm-DDA'
|
# Template file for 'Cataclysm-DDA'
|
||||||
pkgname=Cataclysm-DDA
|
pkgname=Cataclysm-DDA
|
||||||
version=0.E
|
version=0.E
|
||||||
revision=2
|
revision=3
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DRELEASE=1 $(vopt_bool backtrace BACKTRACE) -DUSE_HOME_DIR=1 -DPREFIX=/usr"
|
configure_args="-DRELEASE=1 $(vopt_bool backtrace BACKTRACE) -DUSE_HOME_DIR=1 -DPREFIX=/usr"
|
||||||
hostmakedepends="gettext pkg-config"
|
hostmakedepends="gettext pkg-config"
|
||||||
|
@ -42,7 +42,7 @@ if [ "$build_option_tiles" ]; then
|
||||||
do_install
|
do_install
|
||||||
}
|
}
|
||||||
fi
|
fi
|
||||||
subpackages="Cataclysm-DDA-data"
|
subpackages+=" Cataclysm-DDA-data"
|
||||||
|
|
||||||
do_check() {
|
do_check() {
|
||||||
: #needs tap++.h
|
: #needs tap++.h
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue