wok-next annotate cgdb/receipt @ rev 21056

zim: fix build
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Dec 03 11:57:12 2018 +0200 (2018-12-03)
parents 65f5c0b7dcd4
children 352233ef855e
rev   line source
al@20960 1 # SliTaz package receipt v2.
erjo@4817 2
erjo@4817 3 PACKAGE="cgdb"
al@20960 4 VERSION="0.7.0"
erjo@4817 5 CATEGORY="development"
erjo@4817 6 SHORT_DESC="Curses interface for GDB"
al@21020 7 MAINTAINER="devel@slitaz.org"
pascal@15579 8 LICENSE="GPL2"
al@20960 9 WEB_SITE="http://cgdb.github.io/"
al@20960 10
erjo@4817 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
al@20960 12 WGET_URL="https://cgdb.me/files/$TARBALL"
erjo@4817 13
al@20960 14 BUILD_DEPENDS="texinfo ncurses-dev readline-dev"
pankso@9915 15
al@20960 16 compile_rules() {
al@20960 17 ./configure $CONFIGURE_ARGS &&
al@20960 18 make &&
al@20960 19 make install || return 1
al@20960 20
al@20960 21 cook_pick_docs README NEWS
erjo@4817 22 }
erjo@4817 23
al@20960 24 genpkg_rules() {
al@20960 25 copy @std
al@20960 26 DEPENDS="ncurses readline gdb"
al@20960 27 TAGS="debugger"
erjo@4817 28 }