opps remove...
This commit is contained in:
@@ -1,34 +0,0 @@
|
||||
#!/usr/bin/python
|
||||
# -*- coding: utf-8 -*-
|
||||
#
|
||||
# Licensed under the GNU General Public License, version 3.
|
||||
# See the file http://www.gnu.org/licenses/gpl.txt
|
||||
|
||||
from pisi.actionsapi import autotools
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import shelltools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
import os
|
||||
from os.path import join
|
||||
|
||||
NoStrip = "/"
|
||||
WorkDir = "./"
|
||||
|
||||
def setup():
|
||||
pisitools.dosed("timidity.cfg", "dir /nethome/sak95/shom/lib/timidity/", "dir /usr/share/timidity/shompatches/")
|
||||
pisitools.dosed("sfx.cfg", "^source ", "source shompatches/")
|
||||
pisitools.dosed("timidity.cfg", "^source ", "source shompatches/")
|
||||
|
||||
for root, dirs, files in os.walk("inst"):
|
||||
for name in dirs:
|
||||
shelltools.chmod(join(root, name), 0755)
|
||||
for name in files:
|
||||
shelltools.chmod(join(root, name), 0644)
|
||||
|
||||
shelltools.chmod("*.cfg", 0644)
|
||||
|
||||
def install():
|
||||
pisitools.dodir("/usr/share/timidity/shompatches")
|
||||
pisitools.insinto("/usr/share/timidity/shompatches", "*.cfg")
|
||||
pisitools.insinto("/usr/share/timidity/shompatches", "inst")
|
||||
@@ -1,35 +0,0 @@
|
||||
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>timidity-shompatches</Name>
|
||||
<Homepage>http://www.i.h.kyoto-u.ac.jp</Homepage>
|
||||
<Packager>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>as-is</License>
|
||||
<IsA>data</IsA>
|
||||
<Summary>Sound patches for Timidity (Shom)</Summary>
|
||||
<Description>Containts Matsumoto Shoji's patch collection for TiMidity (Roland SC-55 style)</Description>
|
||||
<Archive sha1sum="70e6dada9656ab79253a80bcf5505d2151551397" type="zip">ftp://ftp.tr.debian.org/gentoo/distfiles/shominst-0409.zip</Archive>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>timidity-shompatches</Name>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/share/timidity</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2016-04-02</Date>
|
||||
<Version>0.409</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Kamil Atlı</Name>
|
||||
<Email>suvarice@gmail.com</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -1,8 +0,0 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>timidity-shompatches</Name>
|
||||
<Summary xml:lang="tr">Timidity ses bilgisi dosyaları</Summary>
|
||||
<Description xml:lang="tr">Matsumoto Shoji'nin TiMidity (Roland SC-55 stili) ses bilgisi dosyaları</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
Reference in New Issue
Block a user