wok view cgdb/receipt @ rev 9923

webalizer: fix deps/bdeps
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Tue May 17 23:14:08 2011 +0200 (2011-05-17)
parents b5778df5cf39
children f12f31c20a9f
line source
1 # SliTaz package receipt.
3 PACKAGE="cgdb"
4 VERSION="0.6.5"
5 CATEGORY="development"
6 SHORT_DESC="Curses interface for GDB"
7 MAINTAINER="erjo@slitaz.org"
8 TARBALL="$PACKAGE-$VERSION.tar.gz"
9 WEB_SITE="http://cgdb.sourceforge.net/"
10 WGET_URL="http://prdownloads.sourceforge.net/cgdb/$TARBALL"
11 TAGS="debugger"
13 DEPENDS="gdb ncurses readline"
14 BUILD_DEPENDS="ncurses-dev readline-dev"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 ./configure && make && make install
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 mkdir -p $fs/usr
26 cp -a $_pkg/usr/bin $fs/usr
27 }