New package: libgme-0.6.1 (#5369)
This commit is contained in:
parent
86a03ae71a
commit
b87b79ca9f
3 changed files with 25 additions and 0 deletions
|
@ -2758,3 +2758,4 @@ libpisock.so.9 pilot-link-0.12.5_1
|
|||
libpisync.so.1 pilot-link-0.12.5_1
|
||||
libpitcl.so.0 pilot-link-0.12.5_1
|
||||
libiscsi.so.8 libiscsi-1.18.0_1
|
||||
libgme.so.0 libgme-0.6.1_1
|
||||
|
|
1
srcpkgs/libgme-devel
Symbolic link
1
srcpkgs/libgme-devel
Symbolic link
|
@ -0,0 +1 @@
|
|||
libgme
|
23
srcpkgs/libgme/template
Normal file
23
srcpkgs/libgme/template
Normal file
|
@ -0,0 +1,23 @@
|
|||
# Template file for 'libgme'
|
||||
|
||||
pkgname="libgme"
|
||||
version="0.6.1"
|
||||
revision=1
|
||||
build_style=cmake
|
||||
short_desc="Video game music file emulation/playback library"
|
||||
maintainer="Pierre Allegraud <pierre.allegraud@crans.org>"
|
||||
license="LGPL-2.1"
|
||||
homepage="https://bitbucket.org/mpyne/game-music-emu/wiki/Home"
|
||||
distfiles="https://bitbucket.org/mpyne/game-music-emu/downloads/game-music-emu-${version}.tar.bz2"
|
||||
checksum="dc11bea098072d540d4d52dfb252e76fc3d3af67ee2807da48fbd8dbda3fd321"
|
||||
wrksrc="game-music-emu-${version}"
|
||||
|
||||
libgme-devel_package() {
|
||||
short_desc+=" - development files"
|
||||
depends="${sourcepkg}>=${version}_${revision}"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/lib/*.so
|
||||
vmove usr/lib/pkgconfig
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue