Initial checkin of Pika from heckimp
This commit is contained in:
25
build/windows/jhbuild/gdb.moduleset
Normal file
25
build/windows/jhbuild/gdb.moduleset
Normal file
@ -0,0 +1,25 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<moduleset>
|
||||
<repository type="tarball" name="ftp.gnu.org"
|
||||
href="http://ftp.gnu.org/gnu/" />
|
||||
<repository type="tarball" name="sf.net"
|
||||
href="http://downloads.sourceforge.net/project/" />
|
||||
|
||||
<autotools id="expat" autogen-sh="configure">
|
||||
<branch version="2.1.0" repo="sf.net"
|
||||
module="expat/expat/2.1.0/expat-2.1.0.tar.gz"
|
||||
hash="sha1:b08197d146930a5543a7b99e871cba3da614f6f0">
|
||||
</branch>
|
||||
</autotools>
|
||||
|
||||
<autotools id="gdb" autogen-sh="configure" makeargs="-j1">
|
||||
<branch version="7.9.1" repo="ftp.gnu.org"
|
||||
module="gdb/gdb-7.9.1.tar.xz"
|
||||
hash="sha1:04ba2906279b16b5f99c4f6b25942843a3717cdb">
|
||||
</branch>
|
||||
<dependencies>
|
||||
<dep package="expat"/>
|
||||
</dependencies>
|
||||
</autotools>
|
||||
|
||||
</moduleset>
|
Reference in New Issue
Block a user