sdl_ttf: updated url

This commit is contained in:
John McQuah 2023-10-15 11:33:08 +00:00
parent 85cff98f1e
commit 5f90cbb5e9
2 changed files with 12 additions and 12 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF363ii5D68DkxSYWLrDpGlGYy7FphG6rfsKExgOXGx2PW5EgI5hwjXbcN5Ha/TumcHCVRkFz8dMzsb5vUigaTYQw=
SHA256 (Pkgfile) = c317a394ea4e232cb1cf9c7ab8a509dcc60a67c9c9182a7ec7a3afe09c452e6a
RWSagIOpLGJF3+yyN31lXfUK2zZ/GEIV64ct/HkwXXX4UfTNtsJtSjHO1Ow4VLJO4xHYw0hEvC/zP+Hkd395IBBlFOsajzab7wA=
SHA256 (Pkgfile) = 2fe99c4606c4c2b8566839bb277bb625b40c5f3dbe6f53876d9a8d975fb1beca
SHA256 (.footprint) = 9d7e1d43c913d5d7bb7162c0a5e58f3241b0e2171d4e7eef9bf8eb3bcb825d49
SHA256 (sdl_ttf-2.0.11.1.zip) = 34cc21f8c3999ae2b6bbce8343027e12b14f3fa361953961e77890f7e62bc7f6
SHA256 (sdl_ttf-2.0.11.1-2.zip) = c02f47f451f8ec5b650b52afe20bd1784e68b3eb22af2508e50eb3afc4ee4e7c

View File

@ -5,16 +5,16 @@
name=sdl_ttf
version=2.0.11.1
release=1
source=(https://github.com/libsdl-org/SDL_ttf/archive/refs/heads/SDL-1.2.zip)
renames=($name-$version.zip)
_commit=73202c5e6fc28b8ac68f5b62e2507f6214755689
release=2
source=(https://github.com/libsdl-org/SDL_ttf/archive/$_commit/$name-$version-$release.zip)
build() {
cd SDL_ttf-*
cd SDL_ttf-$_commit
./configure --prefix=/usr \
--disable-sdltest \
--disable-freetypetest
make
make DESTDIR=$PKG install
./configure --prefix=/usr \
--disable-sdltest \
--disable-freetypetest
make
make DESTDIR=$PKG install
}