Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=ryuotesting.git;a=commitdiff;h=f2d649f98220c4a9941f52858b6dc2d0380dfab5
commit f2d649f98220c4a9941f52858b6dc2d0380dfab5 Author: Baste <[email protected]> Date: Mon Feb 20 14:08:45 2012 +0100 gmime2-2.6.5-1-x86_64 * New package for gmime 2.6 diff --git a/source/lib/gmime2/FrugalBuild b/source/lib/gmime2/FrugalBuild new file mode 100644 index 0000000..7b99a43 --- /dev/null +++ b/source/lib/gmime2/FrugalBuild @@ -0,0 +1,35 @@ +# Compiling Time: 0.40 SBU +# Maintainer: Baste <[email protected]> + +pkgname=gmime2 +_F_gnome_name=gmime +pkgver=2.6.5 +pkgrel=1 +pkgdesc="Provides a core library and set of utilities for the creation and parsing of messages using MIME" +url="http://spruce.sourceforge.net/gmime/" +depends=('glib2' 'zlib' 'gpgme') +makedepends=('gtk2-sharp>=2.12.6' 'mono>=2.10') +groups=('lib') +archs=('i686' 'x86_64') +sha1sums=('a6231ceb554910ae5bd8c29d7a76a6af21340da9') +_F_mono_aot=0 +_F_gnome_ext=".tar.xz" +Finclude mono gnome + +subpkgs=('gmime-sharp') +subgroups=('lib-extra') +subdescs=('gmime SHARP bindings') +subarchs=('i686 x86_64 ppc') +subdepends=('gtk2-sharp mono>=2.0.1') + +build() { + Fmonoexport + Fmake + Fmakeinstall + Fmonocleanup + Fsplit gmime-sharp usr/lib/mono + Fsplit gmime-sharp usr/lib/pkgconfig/gmime-sharp-2.6.pc + Fsplit gmime-sharp usr/share/gapi-2.0/ +} + +# optimization OK _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
