diff --git a/common/shlibs b/common/shlibs index 7431456ad44..fe7e90f89c3 100644 --- a/common/shlibs +++ b/common/shlibs @@ -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 diff --git a/srcpkgs/libgme-devel b/srcpkgs/libgme-devel new file mode 120000 index 00000000000..a0a86233854 --- /dev/null +++ b/srcpkgs/libgme-devel @@ -0,0 +1 @@ +libgme \ No newline at end of file diff --git a/srcpkgs/libgme/template b/srcpkgs/libgme/template new file mode 100644 index 00000000000..87903d74938 --- /dev/null +++ b/srcpkgs/libgme/template @@ -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 " +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 + } +}