mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-09 08:33:51 +02:00
Merge pull request #1400 from pullmoll/master
New package: SDL_gfx-2.0.25
This commit is contained in:
commit
8b341fac43
2 changed files with 39 additions and 0 deletions
1
srcpkgs/SDL_gfx-devel
Symbolic link
1
srcpkgs/SDL_gfx-devel
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
SDL_gfx
|
38
srcpkgs/SDL_gfx/template
Normal file
38
srcpkgs/SDL_gfx/template
Normal file
|
@ -0,0 +1,38 @@
|
||||||
|
# Template file for 'SDL_gfx'
|
||||||
|
pkgname=SDL_gfx
|
||||||
|
version=2.0.25
|
||||||
|
revision=1
|
||||||
|
build_style=gnu-configure
|
||||||
|
hostmakedepends="pkg-config"
|
||||||
|
makedepends="SDL-devel"
|
||||||
|
short_desc="Graphics drawing primitives for SDL"
|
||||||
|
maintainer="Jürgen Buchmüller <pullmoll@t-online.de>"
|
||||||
|
license="BSD"
|
||||||
|
homepage="http://cms.ferzkopp.net/index.php/software/13-sdl-gfx"
|
||||||
|
distfiles="http://www.ferzkopp.net/Software/SDL_gfx-2.0/SDL_gfx-2.0.25.tar.gz"
|
||||||
|
checksum=556eedc06b6cf29eb495b6d27f2dcc51bf909ad82389ba2fa7bdc4dec89059c0
|
||||||
|
|
||||||
|
pre_configure() {
|
||||||
|
case "${XBPS_TARGET_MACHINE}" in
|
||||||
|
x86_64*|i686*)
|
||||||
|
configure_args+=" --enable-mmx"
|
||||||
|
;;
|
||||||
|
*)
|
||||||
|
configure_args+=" --disable-mmx"
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
}
|
||||||
|
post_install() {
|
||||||
|
vlicense COPYING
|
||||||
|
vlicense LICENSE
|
||||||
|
}
|
||||||
|
SDL_gfx-devel_package() {
|
||||||
|
depends="SDL-devel ${sourcepkg}>=${version}_${revision}"
|
||||||
|
short_desc+=" - development files"
|
||||||
|
pkg_install() {
|
||||||
|
vmove usr/include
|
||||||
|
vmove usr/lib/pkgconfig
|
||||||
|
vmove "usr/lib/*.so"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue