New package: fifechan-0.1.4

This commit is contained in:
Helmut Pozimski 2018-02-07 15:51:39 +01:00 committed by Jürgen Buchmüller
parent f239166017
commit 542ad4f1a5
3 changed files with 29 additions and 0 deletions

View File

@ -3126,3 +3126,6 @@ libspatialindex_c.so.4 libspatialindex-1.8.5_1
liboctave.so.4 octave-4.2.1_8
liboctinterp.so.4 octave-4.2.1_8
liboctgui.so.2 octave-4.2.1_8
libfifechan.so.0.1.4 fifechan-0.1.4_1
libfifechan_sdl.so.0.1.4 fifechan-0.1.4_1
libfifechan_opengl.so.0.1.4 fifechan-0.1.4_1

1
srcpkgs/fifechan-devel Symbolic link
View File

@ -0,0 +1 @@
fifechan

25
srcpkgs/fifechan/template Normal file
View File

@ -0,0 +1,25 @@
# Template file for 'fifechan'
pkgname=fifechan
version=0.1.4
revision=1
build_style=cmake
makedepends="SDL2-devel MesaLib-devel SDL2_image-devel"
short_desc="A C++ GUI library designed for games"
maintainer="Helmut Pozimski <helmut@pozimski.eu>"
license="LGPL-2.1, 3-clause-BSD"
homepage="https://github.com/fifengine/fifechan"
distfiles="https://github.com/fifengine/fifechan/archive/${version}.tar.gz"
checksum=a93b015b5852b8fe2a0a2a6891d3de2cacb196732f670e081d7b7966f9ed1b87
post_install() {
vlicense LICENSE.md
}
fifechan-devel_package() {
short_desc+=" - development"
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
pkg_install() {
vmove usr/include
vmove usr/lib/*.so
}
}