diff options
author | sibel <lesibel at free dot fr> | 2010-09-21 09:25:47 +0200 |
---|---|---|
committer | sibel <lesibel at free dot fr> | 2010-09-21 09:25:47 +0200 |
commit | ae29f36eec8e1cc4b743d855144bcae24d0e4df4 (patch) | |
tree | 355f9e2086d9cfde224add4737a648fe71a5941f /extra/sdl_ttf/Pkgfile | |
parent | 2f28fc82cd21385983cb46f5371e083e8ecdb011 (diff) | |
download | nutyx-extra-ae29f36eec8e1cc4b743d855144bcae24d0e4df4.tar.gz nutyx-extra-ae29f36eec8e1cc4b743d855144bcae24d0e4df4.tar.bz2 nutyx-extra-ae29f36eec8e1cc4b743d855144bcae24d0e4df4.tar.xz nutyx-extra-ae29f36eec8e1cc4b743d855144bcae24d0e4df4.zip |
maj de sdl_ttf#2.0.10-1
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 |