Created
April 1, 2024 18:06
-
-
Save wolfv/136ed2e1a5df9b61b479177973a0755f to your computer and use it in GitHub Desktop.
DOSBOX recipe for rattler-build
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package: | |
name: dosbox | |
version: "0.74.0" | |
source: | |
url: https://downloads.sourceforge.net/project/dosbox/dosbox/0.74-3/dosbox-0.74-3.tar.gz | |
sha256: c0d13dd7ed2ed363b68de615475781e891cd582e8162b5c3669137502222260a | |
build: | |
number: 0 | |
script: | | |
# Get an updated config.sub and config.guess | |
cp ${BUILD_PREFIX}/share/gnuconfig/config.* ./ | |
./autogen.sh | |
./configure --prefix=$PREFIX | |
make | |
make install | |
requirements: | |
build: | |
- ${{ compiler('c') }} | |
- make | |
- libtool | |
- autoconf | |
- automake | |
- gnuconfig | |
- pkg-config | |
host: | |
- sdl |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment