New package: SDL2_ttf-2.0.12.
This commit is contained in:
parent
42d349b7a8
commit
12e7c2027e
3 changed files with 26 additions and 2 deletions
|
@ -1625,5 +1625,4 @@ libgmock.so.0 gmock-1.7.0_1
|
|||
libgmock_main.so.0 gmock-1.7.0_1
|
||||
libopensc.so.3 libopensc-0.13.0_2
|
||||
libsmm-local.so.3 libopensc-0.13.0_2
|
||||
|
||||
|
||||
libSDL2_ttf-2.0.so.0 SDL2_ttf-2.0.12_1
|
||||
|
|
1
srcpkgs/SDL2_ttf-devel
Symbolic link
1
srcpkgs/SDL2_ttf-devel
Symbolic link
|
@ -0,0 +1 @@
|
|||
SDL2_ttf
|
24
srcpkgs/SDL2_ttf/template
Normal file
24
srcpkgs/SDL2_ttf/template
Normal file
|
@ -0,0 +1,24 @@
|
|||
# Template file for 'SDL2_ttf'
|
||||
pkgname=SDL2_ttf
|
||||
version=2.0.12
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-static"
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="freetype-devel SDL2-devel libSM-devel"
|
||||
short_desc="Use TrueType fonts in your SDL 2.x applications"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="MIT"
|
||||
homepage="http://www.libsdl.org/projects/SDL_ttf"
|
||||
distfiles="${homepage}/release/${pkgname}-${version}.tar.gz"
|
||||
checksum=8728605443ea1cca5cad501dc34dc0cb15135d1e575551da6d151d213d356f6e
|
||||
|
||||
SDL2_ttf-devel_package() {
|
||||
depends="freetype-devel SDL2-devel ${sourcepkg}>=${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/lib/pkgconfig
|
||||
vmove "usr/lib/*.so"
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue