void-packages/srcpkgs/gede/template

26 lines
679 B
Bash
Raw Normal View History

2016-08-15 21:41:19 +02:00
# Template file for 'gede'
pkgname=gede
2017-12-13 10:43:52 +01:00
version=2.3.1
2016-08-15 21:41:19 +02:00
revision=1
build_style=qmake
build_wrksrc="src"
hostmakedepends="python qt-qmake"
makedepends="qt-devel"
depends="gdb ctags"
short_desc="Graphical frontend (GUI) to GDB written in Qt"
2017-04-06 18:52:20 +02:00
maintainer="Andrea Brancaleoni <abc@pompel.me>"
2016-08-15 21:41:19 +02:00
license="BSD"
homepage="http://acidron.com/gede"
distfiles="http://gede.acidron.com/uploads/source/${pkgname}-${version}.tar.xz"
2017-12-13 10:43:52 +01:00
checksum=358d569062652e5efae3048f500dca856cb3bcda8b453cb0c4246625b274529e
2016-08-15 21:41:19 +02:00
2017-01-18 08:37:03 +01:00
if [ -n "$CROSS_BUILD" ]; then
hostmakedepends+=" qt-host-tools qt-devel"
fi
2016-08-15 21:41:19 +02:00
do_install() {
cd $wrksrc
python2 build.py install --prefix="${PKGDESTDIR}/usr" install
vlicense LICENSE
}