Skip to content

Commit

Permalink
gdb: new package at 8.3.1 (#300)
Browse files Browse the repository at this point in the history
* gdb: new package at 8.3.1

Signed-off-by: Anirudh Oppiliappan <x@icyphox.sh>

* gdb: add '-e' to shebang

Signed-off-by: Anirudh Oppiliappan <x@icyphox.sh>

* gdb: use https instead

Signed-off-by: Anirudh Oppiliappan <x@icyphox.sh>
  • Loading branch information
icyphox committed Feb 2, 2020
1 parent fb4d26b commit a915d2d
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 0 deletions.
17 changes: 17 additions & 0 deletions community/gdb/build
@@ -0,0 +1,17 @@
#!/bin/sh -e

cat > makeinfo <<EOF
#!/bin/sh
printf 'makeinfo (GNU texinfo) 5.2\n'
EOF

chmod +x makeinfo
export PATH=$PATH:$PWD

./configure \
--prefix=/usr \
--without-installed-readline \
--disable-nls

make
make DESTDIR="$1" install
1 change: 1 addition & 0 deletions community/gdb/checksums
@@ -0,0 +1 @@
1e55b4d7cdca7b34be12f4ceae651623aa73b2fd640152313f9f66a7149757c4 gdb-8.3.1.tar.xz
1 change: 1 addition & 0 deletions community/gdb/sources
@@ -0,0 +1 @@
https://ftp.gnu.org/gnu/gdb/gdb-8.3.1.tar.xz
1 change: 1 addition & 0 deletions community/gdb/version
@@ -0,0 +1 @@
8.3.1 1

0 comments on commit a915d2d

Please sign in to comment.