diff --git a/common/shlibs b/common/shlibs index ed66f23ebf0..c0a34bca596 100644 --- a/common/shlibs +++ b/common/shlibs @@ -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 diff --git a/srcpkgs/fifechan-devel b/srcpkgs/fifechan-devel new file mode 120000 index 00000000000..60e17af4959 --- /dev/null +++ b/srcpkgs/fifechan-devel @@ -0,0 +1 @@ +fifechan \ No newline at end of file diff --git a/srcpkgs/fifechan/template b/srcpkgs/fifechan/template new file mode 100644 index 00000000000..d895bad3db5 --- /dev/null +++ b/srcpkgs/fifechan/template @@ -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 " +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 + } +}