New package: fifechan-0.1.4
This commit is contained in:
parent
f239166017
commit
542ad4f1a5
@ -3126,3 +3126,6 @@ libspatialindex_c.so.4 libspatialindex-1.8.5_1
|
|||||||
liboctave.so.4 octave-4.2.1_8
|
liboctave.so.4 octave-4.2.1_8
|
||||||
liboctinterp.so.4 octave-4.2.1_8
|
liboctinterp.so.4 octave-4.2.1_8
|
||||||
liboctgui.so.2 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
1
srcpkgs/fifechan-devel
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
fifechan
|
25
srcpkgs/fifechan/template
Normal file
25
srcpkgs/fifechan/template
Normal 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
|
||||||
|
}
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user