diff options
author | eko2291 <eko2291@gmail.com> | 2010-09-29 20:30:00 +0200 |
---|---|---|
committer | eko2291 <eko2291@gmail.com> | 2010-09-29 20:30:00 +0200 |
commit | 1fddc72b5509d9b5d37da02a863b3ef12e41a0cd (patch) | |
tree | a67dcf88bf8cd641ec64b3b4724e09b08fad2ec5 /extra/gdb/Pkgfile | |
parent | c61c4e638c3aac8dee104ebd5ace77bcf59adafd (diff) | |
download | nutyx-pakxe-1fddc72b5509d9b5d37da02a863b3ef12e41a0cd.tar.gz nutyx-pakxe-1fddc72b5509d9b5d37da02a863b3ef12e41a0cd.tar.bz2 nutyx-pakxe-1fddc72b5509d9b5d37da02a863b3ef12e41a0cd.tar.xz nutyx-pakxe-1fddc72b5509d9b5d37da02a863b3ef12e41a0cd.zip |
Ajout de gdb#7.2-1
Diffstat (limited to 'extra/gdb/Pkgfile')
-rw-r--r-- | extra/gdb/Pkgfile | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/extra/gdb/Pkgfile b/extra/gdb/Pkgfile new file mode 100644 index 000000000..1894b8a4a --- /dev/null +++ b/extra/gdb/Pkgfile @@ -0,0 +1,17 @@ +# Description: Le Débogueur GNU (The GNU Project Debugger) +# URL: http://www.gnu.org/software/gdb/ +# Maintainer: NuTyX core team +# Packager: eko2291 at gmail dot com +# Depends on: expat, python +name=gdb +version=7.2 +release=1 +source=(http://ftp.gnu.org/gnu/gdb/$name-$version.tar.bz2) + +build() { +cd $name-$version + ./configure --prefix=/usr + make + make DESTDIR=$PKG install +} + |