SDL_ttf: move so symlink to -devel pkg.
This commit is contained in:
parent
451dcf7926
commit
8f028d8ba3
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'SDL_ttf'
|
# Template file for 'SDL_ttf'
|
||||||
pkgname=SDL_ttf
|
pkgname=SDL_ttf
|
||||||
version=2.0.11
|
version=2.0.11
|
||||||
revision=3
|
revision=4
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-static"
|
configure_args="--disable-static"
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
|
@ -12,19 +12,13 @@ license="LGPL-2.1"
|
||||||
homepage="http://www.libsdl.org/projects/${pkgname}"
|
homepage="http://www.libsdl.org/projects/${pkgname}"
|
||||||
distfiles="${homepage}/release/${pkgname}-${version}.tar.gz"
|
distfiles="${homepage}/release/${pkgname}-${version}.tar.gz"
|
||||||
checksum=724cd895ecf4da319a3ef164892b72078bd92632a5d812111261cde248ebcdb7
|
checksum=724cd895ecf4da319a3ef164892b72078bd92632a5d812111261cde248ebcdb7
|
||||||
long_desc="
|
|
||||||
SDL_ttf is a TrueType font rendering library that is used with the SDL
|
|
||||||
library, and almost as portable. It depends on freetype2 to handle the
|
|
||||||
TrueType font data. It allows a programmer to use multiple TrueType fonts
|
|
||||||
without having to code a font rendering routine themselves. With the power
|
|
||||||
of outline fonts and antialiasing, high quality text output can be obtained
|
|
||||||
without much effort."
|
|
||||||
|
|
||||||
SDL_ttf-devel_package() {
|
SDL_ttf-devel_package() {
|
||||||
depends="freetype-devel SDL-devel ${sourcepkg}>=${version}"
|
depends="freetype-devel SDL-devel ${sourcepkg}>=${version}_${revision}"
|
||||||
short_desc+=" -- development files"
|
short_desc+=" - development files"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
vmove usr/lib/pkgconfig
|
vmove usr/lib/pkgconfig
|
||||||
|
vmove "usr/lib/*.so"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue