add new dependency libgme

This commit is contained in:
groni
2017-02-09 16:36:40 +01:00
parent 8cdb814315
commit 4ac88619ad
6 changed files with 116217 additions and 115934 deletions
+23
View File
@@ -0,0 +1,23 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/copyleft/gpl.txt
from pisi.actionsapi import cmaketools
from pisi.actionsapi import get
from pisi.actionsapi import pisitools
def setup():
cmaketools.configure("-DCMAKE_INSTALL_PREFIX=/usr")
def build():
cmaketools.make()
def install():
cmaketools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("license.txt", "readme.txt")
+53
View File
@@ -0,0 +1,53 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>libgme</Name>
<Homepage>https://bitbucket.org/mpyne/game-music-emu</Homepage>
<Packager>
<Name>Stefan Gronewold</Name>
<Email>groni@pisilinux.org</Email>
</Packager>
<License>LGPL</License>
<Summary>Video game music file emulation/playback library</Summary>
<Description>Video game music file emulation/playback library</Description>
<Archive type="tarbz2" sha1sum="8850ec2a1c22bee065114fd3c190892dcc4510be">https://bitbucket.org/mpyne/game-music-emu/downloads/game-music-emu-0.6.1.tar.bz2</Archive>
<BuildDependencies>
<Dependency>cmake</Dependency>
<Dependency>libgcc</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>libgme</Name>
<Summary>Video game music file emulation/playback library</Summary>
<RuntimeDependencies>
<Dependency>libgcc</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<Package>
<Name>libgme-devel</Name>
<Summary>Development file for libgme</Summary>
<RuntimeDependencies>
<Dependency release="current">libgme</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="data">/usr/lib/pkgconfig</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2017-01-30</Date>
<Version>0.6.1</Version>
<Comment>First Release</Comment>
<Name>Stefan Gronewold</Name>
<Email>groni@pisilinux.org</Email>
</Update>
</History>
</PISI>
+116139 -115932
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -1 +1 @@
993b937f791a8556a78cd2e40bc3b828b04d3072
7964a5399ffd6d698a93411007372d388eae3393
BIN
View File
Binary file not shown.
+1 -1
View File
@@ -1 +1 @@
1b510311fd71307871e4b095ad84624926afbf76
edc7cbd2ed2271e10f5121b3e31f37f23b13bb48