core updated.
This commit is contained in:
@@ -37,5 +37,7 @@ def install():
|
||||
major = ".".join(get.srcVERSION().split(".")[:2])
|
||||
pisitools.dodir("/etc/env.d")
|
||||
shelltools.echo("%s/etc/env.d/50guile" % get.installDIR(), 'GUILE_LOAD_PATH="/usr/share/guile/%s"' % major)
|
||||
|
||||
pisitools.domove("/usr/lib/libguile-2.0.so.22.7.2-gdb.scm", "/usr/share/gdb/auto-load")
|
||||
|
||||
pisitools.dodoc("AUTHORS", "ChangeLog", "HACKING", "NEWS", "README", "THANKS")
|
||||
|
||||
@@ -17,6 +17,8 @@
|
||||
<Archive sha1sum="ae86544b39048a160f4db1c0653a79b40b6c1ee6" type="tarxz">mirrors://gnu/guile/guile-2.0.11.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>gc-devel</Dependency>
|
||||
<Dependency>gettext-devel</Dependency>
|
||||
<Dependency>gmp-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
<Patches>
|
||||
</Patches>
|
||||
@@ -30,6 +32,7 @@
|
||||
<Dependency>libffi</Dependency>
|
||||
<Dependency>libtool-ltdl</Dependency>
|
||||
<Dependency>libunistring</Dependency>
|
||||
<Dependency>readline</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="config">/etc</Path>
|
||||
@@ -40,6 +43,7 @@
|
||||
<Path fileType="library">/usr/lib/lib*</Path>
|
||||
<Path fileType="data">/usr/share/guile</Path>
|
||||
<Path fileType="data">/usr/share/emacs</Path>
|
||||
<Path fileType="data">/usr/share/gdb/auto-load</Path>
|
||||
<Path fileType="library">/usr/lib/guile/2.0</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
Reference in New Issue
Block a user