diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-09-21 10:08:02 +0200 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-09-21 10:08:02 +0200 |
commit | f765fdc27a8f2f8410fc445f5fc95510d8ff91fb (patch) | |
tree | 362890730fd5d373617582f4620d268fad041bb5 /extra/sdl_ttf/Pkgfile | |
parent | 81865a037057f49d677b77a219846cc94de6d56f (diff) | |
parent | 10468eb983d86fcd978c428ddb224376f3262645 (diff) | |
download | nutyx-extra-f765fdc27a8f2f8410fc445f5fc95510d8ff91fb.tar.gz nutyx-extra-f765fdc27a8f2f8410fc445f5fc95510d8ff91fb.tar.bz2 nutyx-extra-f765fdc27a8f2f8410fc445f5fc95510d8ff91fb.tar.xz nutyx-extra-f765fdc27a8f2f8410fc445f5fc95510d8ff91fb.zip |
Merge branch 'master' of ssh://kiao.no-ip.info:443/~/attapu
Diffstat (limited to 'extra/sdl_ttf/Pkgfile')
-rw-r--r-- | extra/sdl_ttf/Pkgfile | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/extra/sdl_ttf/Pkgfile b/extra/sdl_ttf/Pkgfile index a0a58faa7..06eae800a 100644 --- a/extra/sdl_ttf/Pkgfile +++ b/extra/sdl_ttf/Pkgfile @@ -5,18 +5,13 @@ # Depends on: freetype, sdl name=sdl_ttf -version=2.0.8 +version=2.0.10 release=1 -source=( http://www.libsdl.org/projects/SDL_ttf/release/SDL_ttf-$version.tar.gz \ -sdl_ttf-noftinternals.patch ) +source=( http://www.libsdl.org/projects/SDL_ttf/release/SDL_ttf-$version.tar.gz) build() { cd SDL_ttf-$version - - # Application de patchs - patch -i $SRC/sdl_ttf-noftinternals.patch - - # compilation + ./configure --prefix=/usr make make DESTDIR=$PKG install |