New package: gede-1.14.7

This commit is contained in:
Andrea Brancaleoni 2016-08-15 21:41:19 +02:00
parent 80c2514832
commit 72909fd1eb

21
srcpkgs/gede/template Normal file
View file

@ -0,0 +1,21 @@
# Template file for 'gede'
pkgname=gede
version=1.14.7
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"
maintainer="Andrea Brancaleoni <miwaxe@gmail.com>"
license="BSD"
homepage="http://acidron.com/gede"
distfiles="http://gede.acidron.com/uploads/source/${pkgname}-${version}.tar.xz"
checksum=7f9fc9a7a52716feae8890df63b31014248a876b3c648d7d1bc74898b62eeedc
do_install() {
cd $wrksrc
python2 build.py install --prefix="${PKGDESTDIR}/usr" install
vlicense LICENSE
}