summaryrefslogtreecommitdiffstats
path: root/extra/gdb/Pkgfile
blob: 1894b8a4a43a4905103c33ad67a9bdbe1e8ce6df (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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
}