From 55975e0dc816d29ba432d4fcab30f47265a53951 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sun, 10 Mar 2013 10:38:05 +0100 Subject: [PATCH] lutok: cross build and dbg support. --- srcpkgs/lutok/template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/srcpkgs/lutok/template b/srcpkgs/lutok/template index 705f85d589..bc9fb57dc2 100644 --- a/srcpkgs/lutok/template +++ b/srcpkgs/lutok/template @@ -1,11 +1,12 @@ # Template file for 'lutok' pkgname=lutok version=0.2 -revision=1 +revision=2 build_style=gnu-configure configure_args="--with-doxygen" subpackages="lutok-devel" makedepends="pkg-config doxygen lua-devel" +crossmakedepends="lua-devel" short_desc="Lightweight C++ API for Lua" maintainer="Juan RP " license="BSD"