mirror of
https://github.com/chocolate-doom/chocpkg.git
synced 2025-02-23 20:21:06 +00:00
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.
9 lines
187 B
Bash
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
|
|
}
|
|
|