Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=42c740988257b6afb858a2d516077389b2eeace5
commit 42c740988257b6afb858a2d516077389b2eeace5 Author: bouleetbil <[email protected]> Date: Wed Feb 11 22:46:25 2009 +0100 monodevelop-debugger-mdb-1.9.1-1-i686 *new package diff --git a/source/gnome-extra/monodevelop-debugger-mdb/FrugalBuild b/source/gnome-extra/monodevelop-debugger-mdb/FrugalBuild new file mode 100644 index 0000000..4553db3 --- /dev/null +++ b/source/gnome-extra/monodevelop-debugger-mdb/FrugalBuild @@ -0,0 +1,27 @@ +# Compiling time: 0 SBU +# Maintainer: bouleetbil <[email protected]> + +pkgname=monodevelop-debugger-mdb +pkgver=1.9.1 +pkgrel=1 +pkgdesc="Debugger-mdb Extension for MonoDevelop" +url="http://www.mono-project.com/" +depends=('monodevelop>=1.9.1' 'mono-debugger>=2.0-1-1') +makedepends=('intltool' 'perl-xml-parser') +groups=('gnome-extra') +archs=('i686') +up2date="Flasttar http://ftp.novell.com/pub/mono/sources/$pkgname/" +source=(http://ftp.novell.com/pub/mono/sources/$pkgname/$pkgname-$pkgver.tar.bz2) +options=('scriptlet') +_F_mono_aot=0 +Finclude mono +sha1sums=('e3784de92d400fc6e1b90d9e2fde74241f3e6197') + +build() { + Fcd + Fsed "\$prefix" "$Fdestdir" configure + unset MAKEFLAGS + Fmonoexport + Fbuild + Fmonocleanup +} _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
