New package: gede-1.14.7
This commit is contained in:
parent
80c2514832
commit
72909fd1eb
1 changed files with 21 additions and 0 deletions
21
srcpkgs/gede/template
Normal file
21
srcpkgs/gede/template
Normal 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
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue