mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-03 03:13:03 +02:00
SDL2_ttf: update to 2.0.14.
This commit is contained in:
parent
ee70e2f439
commit
8f2d0a8bd6
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'SDL2_ttf'
|
# Template file for 'SDL2_ttf'
|
||||||
pkgname=SDL2_ttf
|
pkgname=SDL2_ttf
|
||||||
version=2.0.13
|
version=2.0.14
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-static"
|
configure_args="--disable-static"
|
||||||
|
@ -11,7 +11,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="http://www.libsdl.org/projects/SDL_ttf"
|
homepage="http://www.libsdl.org/projects/SDL_ttf"
|
||||||
distfiles="${homepage}/release/${pkgname}-${version}.tar.gz"
|
distfiles="${homepage}/release/${pkgname}-${version}.tar.gz"
|
||||||
checksum=25ddad0302e7d74ce16a770974930cefbdcf67499ca7d40ce7a6bd7de6022fdf
|
checksum=34db5e20bcf64e7071fe9ae25acaa7d72bdc4f11ab3ce59acc768ab62fe39276
|
||||||
|
|
||||||
SDL2_ttf-devel_package() {
|
SDL2_ttf-devel_package() {
|
||||||
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
|
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
|
||||||
|
@ -19,6 +19,6 @@ SDL2_ttf-devel_package() {
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
vmove usr/lib/pkgconfig
|
vmove usr/lib/pkgconfig
|
||||||
vmove "usr/lib/*.so"
|
vmove usr/lib/*.so
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue