1c5f4690e6
That means that version comparators are not supported anymore in hostmakedepends and makedepends. This will ensure that a pkg is always built with the same build dependencies everywhere, if the srcpkgs tree is uptodate.
15 lines
549 B
Bash
15 lines
549 B
Bash
# Template file for 'cgdb'
|
|
pkgname=cgdb
|
|
version=0.6.8
|
|
revision=1
|
|
build_style=gnu-configure
|
|
configure_args="--with-installed-readline=${XBPS_CROSS_BASE}/usr ac_cv_rl_version=6.3"
|
|
hostmakedepends="flex help2man"
|
|
makedepends="ncurses-devel readline-devel"
|
|
depends="gdb"
|
|
short_desc="Curses-based interface to the GNU Debugger"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
license="GPL-2"
|
|
homepage="http://cgdb.sourceforge.net"
|
|
distfiles="http://cgdb.me/files/cgdb-${version}.tar.gz"
|
|
checksum=be203e29be295097439ab67efe3dc8261f742c55ff3647718d67d52891f4cf41
|