chocpkg/pkgdef/chocolate-doom-git.sh
Simon Howard cb4b2cbdd6 Add separate install path for native tools.
We need to distinguish between tools we compile to use as part of the
build process, and things we build for the eventual target. Install
these into separate install directories; for now, pkg-config is the
only one of these.
2016-02-17 00:19:13 -05:00

9 lines
187 B
Bash

PACKAGE_SOURCE_TYPE=git
GIT_URL=https://github.com/fragglet/chocolate-doom.git
GIT_BRANCH=sdl2-branch
DEPENDENCIES="SDL2 SDL2_mixer SDL2_net"
prebuild_setup() {
bash ./autogen.sh
}