]> git.pld-linux.org Git - packages/mono-tools.git/commitdiff
- new
authorpawcioos <pawcioos@pld-linux.org>
Wed, 20 Jul 2005 16:26:15 +0000 (16:26 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    mono-tools.spec -> 1.1

mono-tools.spec [new file with mode: 0644]

diff --git a/mono-tools.spec b/mono-tools.spec
new file mode 100644 (file)
index 0000000..f685ad2
--- /dev/null
@@ -0,0 +1,57 @@
+Summary:       Mono Tools
+Summary(pl):   Narzêdzia do mono
+Name:          mono-tools
+Version:       1.0
+Release:       1
+License:       GPL
+Group:         Development/Tools
+Source0:       http://go-mono.com/sources/mono-tools/%{name}-%{version}.tar.gz
+# Source0-md5: 9e7db3d6c56226f237b34cb0cd8763d3
+URL:           http://www.go-mono.com/
+BuildRequires: autoconf
+BuildRequires: automake
+BuildRequires: dotnet-gtk-sharp-devel
+BuildRequires: mono
+BuildRequires: monodoc
+BuildRequires: pkgconfig
+Requires:      monodoc
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Mono Tools is a collection of development and testing programs and
+utilities for use with Mono.
+
+%description -l pl
+Mono Tools jest kolekcj± rozwojowych i testowych programów oraz
+narzêdzi do u¿ycia z Mono.
+
+%prep
+%setup -q
+
+%build
+%{__aclocal}
+%{__autoconf}
+%{__automake}
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+%find_lang %{name}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files -f %{name}.lang
+%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog
+%attr(755,root,root) %{_bindir}/*
+%{_libdir}/mono
+%{_libdir}/monodoc/browser.exe
+%{_desktopdir}/*
+%{_pixmapsdir}/*
This page took 0.03788 seconds and 4 git commands to generate.