sdl2_ttf: fix building with autotools

This commit is contained in:
Danny Rawlins 2021-11-02 14:11:21 +11:00
parent a5dd45e3de
commit d9df5a6b90
2 changed files with 3 additions and 6 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3x5qGqa/sWpJxqxLkfubkLoUfcnM2jF6/Ra9W1SWARhXPGAZ/EHixMfqRnLIDE5mG/awq0TdO4CF2dEyAjjYIQQ=
SHA256 (Pkgfile) = 44dd1e1819589593bfbf8589c5d77a0fb5b7bab231507389038c3db90b8049bb
RWSagIOpLGJF38C7wHENKde612Dxx6Ogd9oxnCZQ10KO0iWeNnvY21aNyV+pGp3EQgh8SFNU6bik1ke5TaJNhC2Q3HBsFMlGAw0=
SHA256 (Pkgfile) = 86a447d8f5de1053ff0b6002a48dd09cb21aedee93ceb2211f56408bd6ad03b2
SHA256 (.footprint) = 10a27cc1f797370e93787855bab47275964747f7f13420dc5d4425042d4bbf49
SHA256 (SDL2_ttf-2.0.15.tar.gz) = a9eceb1ad88c1f1545cd7bd28e7cbc0b2c14191d40238f531a15b01b1b22cd33

View File

@ -1,4 +1,4 @@
# Description: TrueType library for libsdl.
# Description: TrueType library for libsdl2.
# URL: https://www.libsdl.org/projects/SDL_ttf/
# Maintainer: Danny Rawlins, crux at romster dot me
# Depends on: freetype libsdl2
@ -11,9 +11,6 @@ source=(https://www.libsdl.org/projects/SDL_ttf/release/SDL2_ttf-$version.tar.gz
build() {
cd SDL2_ttf-$version
touch NEWS README AUTHORS ChangeLog
autoreconf -vi
./configure --prefix=/usr
make
make DESTDIR=$PKG install