gosu: fixup
This commit is contained in:
parent
2826534a0f
commit
977ab46b93
2 changed files with 5 additions and 4 deletions
|
@ -2847,3 +2847,4 @@ libbacfind-7.4.7.so bacula-common-7.4.7_1
|
||||||
libbacsql-7.4.7.so bacula-common-7.4.7_1
|
libbacsql-7.4.7.so bacula-common-7.4.7_1
|
||||||
libbaccats-7.4.7.so bacula-common-7.4.7_1
|
libbaccats-7.4.7.so bacula-common-7.4.7_1
|
||||||
libsuperlu.so.5 superlu-5.2.1_1
|
libsuperlu.so.5 superlu-5.2.1_1
|
||||||
|
libgosu.so.0 gosu-0.12.0_1
|
||||||
|
|
|
@ -1,12 +1,12 @@
|
||||||
|
# Template file for 'gosu'
|
||||||
pkgname=gosu
|
pkgname=gosu
|
||||||
version=0.12.0
|
version=0.12.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
build_wrksrc=cmake
|
build_wrksrc=cmake
|
||||||
hostmakedepends="cmake pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="libopenal-devel libsndfile-devel mpg123-devel pango-devel
|
makedepends="libopenal-devel libsndfile-devel mpg123-devel pango-devel
|
||||||
SDL2_ttf-devel"
|
SDL2_ttf-devel"
|
||||||
depends="libopenal libmpg123 libsndfile pango SDL2_ttf"
|
|
||||||
short_desc="2D game development library"
|
short_desc="2D game development library"
|
||||||
maintainer="Paul Merrill <pdm@pdm.me>"
|
maintainer="Paul Merrill <pdm@pdm.me>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
|
@ -15,11 +15,11 @@ distfiles="https://github.com/${pkgname}/${pkgname}/archive/v${version}.tar.gz"
|
||||||
checksum=aa726e7da57eb4671ff19a198e7015c1899e0536b0152e7375a949c7216ef90c
|
checksum=aa726e7da57eb4671ff19a198e7015c1899e0536b0152e7375a949c7216ef90c
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense ../COPYING LICENSE
|
vlicense ../COPYING
|
||||||
}
|
}
|
||||||
|
|
||||||
gosu-devel_package() {
|
gosu-devel_package() {
|
||||||
depends="gosu>=${version}_${revision} pkg-config"
|
depends="${sourcepkg}>=${version}_${revision}"
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue