mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 08:07:34 +00:00
Ports: Make files
a proper array
This commit is contained in:
parent
3c2d846b94
commit
284fee9e77
311 changed files with 959 additions and 350 deletions
|
@ -3,7 +3,9 @@ port='SDL2_image'
|
|||
useconfigure='true'
|
||||
version='2.6.2'
|
||||
depends=("SDL2" "libpng" "libjpeg" "libtiff")
|
||||
files="https://github.com/libsdl-org/SDL_image/releases/download/release-${version}/SDL2_image-${version}.tar.gz SDL2_image-${version}.tar.gz 48355fb4d8d00bac639cd1c4f4a7661c4afef2c212af60b340e06b7059814777"
|
||||
files=(
|
||||
"https://github.com/libsdl-org/SDL_image/releases/download/release-${version}/SDL2_image-${version}.tar.gz SDL2_image-${version}.tar.gz 48355fb4d8d00bac639cd1c4f4a7661c4afef2c212af60b340e06b7059814777"
|
||||
)
|
||||
|
||||
configure() {
|
||||
run ./configure \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue