ragel: version bump to 4.10
This commit is contained in:
+1
-5
@@ -115,8 +115,4 @@
|
||||
2016-11-06 /editor/discount/pspec.xml
|
||||
2016-06-15 /editor/medit/pspec.xml
|
||||
2016-06-10 /editor/vi/vim/pspec.xml
|
||||
2014-03-05 /hardware/mobile/usbmuxd/pspec.xml
|
||||
2016-07-03 /hardware/emulator/playonlinux/pspec.xml
|
||||
2016-06-09 /hardware/misc/libsmbios/pspec.xml
|
||||
2016-06-09 /hardware/misc/dkms/pspec.xml
|
||||
2016-12-10 /hardware/optical/k3b/pspec.xml
|
||||
2014-03-05 /hardware/mobile/usbmuxd/pspec.xml
|
||||
@@ -8,14 +8,14 @@ from pisi.actionsapi import autotools
|
||||
from pisi.actionsapi import pisitools
|
||||
|
||||
def setup():
|
||||
autotools.configure()
|
||||
|
||||
autotools.configure()
|
||||
|
||||
def build():
|
||||
autotools.make()
|
||||
|
||||
def install():
|
||||
autotools.install()
|
||||
|
||||
|
||||
pisitools.insinto("/usr/share/vim/vimfiles/syntax/", "ragel.vim")
|
||||
|
||||
|
||||
pisitools.dodoc("COPYING", "ChangeLog", "AUTHORS")
|
||||
@@ -12,11 +12,14 @@
|
||||
<IsA>library</IsA>
|
||||
<Summary>Ragel compiles executable finite state machines from regular languages.</Summary>
|
||||
<Description>Ragel compiles executable finite state machines from regular languages. Ragel targets C, C++, Obj-C, C#, D, Java, Go and Ruby.</Description>
|
||||
<Archive sha1sum="70a7fe77aee8423be610fa14c3fa1f96b3119e1d" type="targz">http://fossies.org/linux/misc/ragel-6.9.tar.gz</Archive>
|
||||
<Archive sha1sum="946162090fb58b794ed53173fac13398d565b794" type="targz">http://www.colm.net/files/ragel/ragel-6.10.tar.gz</Archive>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>ragel</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>libgcc</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
<Path fileType="man">/usr/share/man</Path>
|
||||
@@ -26,6 +29,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="3">
|
||||
<Date>2017-04-30</Date>
|
||||
<Version>6.10</Version>
|
||||
<Comment>Version Bump</Comment>
|
||||
<Name>Kamil Atlı</Name>
|
||||
<Email>suvari@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2016-06-09</Date>
|
||||
<Version>6.9</Version>
|
||||
@@ -41,4 +51,4 @@
|
||||
<Email>osman.erkan@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
</PISI>
|
||||
Reference in New Issue
Block a user