From 128107c3ee1116cd3df45e7d72b4839f0268a3bc Mon Sep 17 00:00:00 2001 From: Juan RP Date: Wed, 15 Oct 2008 02:34:03 +0200 Subject: [PATCH] Added mono-addins-0.3.1 template. --HG-- extra : convert_revision : 3a8585a5515918195ed3a94bbb58d93dd1201bfd --- dependencies/build-depends.db | Bin 20480 -> 20480 bytes templates/mono-addins.tmpl | 21 +++++++++++++++++++++ 2 files changed, 21 insertions(+) create mode 100755 templates/mono-addins.tmpl diff --git a/dependencies/build-depends.db b/dependencies/build-depends.db index d6035c56e58f2701275696725f0f9fa999f57d4c..1612089671d34629fce4cfc0ff2f3e0ece9af22c 100644 GIT binary patch delta 75 zcmZozz}T>Waf5&YzXC%G!wbd(j5Ullj5`=wCMu>*{$RnPD9Zo@x%qkdx``<%nR&$w e=_T2^#Tki31-eFhhDLfOlM{V~H}6q!(FXuzc^4c2 delta 31 ncmZozz}T>Waf5&YuN=b;h8K(n7;6}97i;qXi0a diff --git a/templates/mono-addins.tmpl b/templates/mono-addins.tmpl new file mode 100755 index 00000000000..021505fe930 --- /dev/null +++ b/templates/mono-addins.tmpl @@ -0,0 +1,21 @@ +# Template build file for 'mono-addins'. +pkgname=mono-addins +version=0.3.1 +distfiles=" +http://ftp.novell.com/pub/mono/sources/mono-addins/$pkgname-$version@.tar.bz2" +build_style=gnu_configure +pkgconfig_override="mono-addins.pc mono-addins-setup.pc mono-addins-gui.pc" +make_cmd="$XBPS_MASTERDIR/bin/gmake" +short_desc="Framework for creating extensible applications" +maintainer="Juan RP " +checksum=dffb3fe49c4818b8ed95d0f3c51b99a75d244030 +long_desc=" + Mono.Addins is a framework for creating extensible applications, and for + creating libraries which extend those applications. + + Mono.Addins has been designed to be easy to use and useful for a wide range + of applications: from simple applications with small extensibility needs, + to complex applications which need support for large add-in structures. + + This new framework intends to set an standard for building extensible + applications and add-ins in Mono."