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.
14 lines
489 B
Bash
14 lines
489 B
Bash
# Template file for 'valabind'
|
|
pkgname=valabind
|
|
version=0.9.0
|
|
revision=2
|
|
build_style=gnu-makefile
|
|
hostmakedepends="pkg-config vala-devel"
|
|
makedepends="vala-devel glib-devel"
|
|
depends="vala-devel>=0.26"
|
|
short_desc="Tool to transform vala source files to swig, GIR or GEAR"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
license="LGPL-3"
|
|
homepage="http://radare.org"
|
|
distfiles="${homepage}/get/${pkgname}-${version}.tar.gz"
|
|
checksum=880d919f0f9b64754c31cbafdbc54354ae75f0d5412cdcee033212d432a34f08
|