]> git.pld-linux.org Git - packages/PicasaWebDownloader.git/blob - PicasaWebDownloader.spec
- new
[packages/PicasaWebDownloader.git] / PicasaWebDownloader.spec
1 Summary:        PicasaWeb Downloader
2 Summary(pl.UTF-8):      Narzędzie do ściągania albumów z serwisu PicasaWeb
3 Name:           PicasaWebDownloader
4 Version:        1.1
5 Release:        1
6 License:        WTFPL
7 Group:          Applications/Graphics
8 Source0:        http://www.tomergabel.com/content/binary/PicasaWebDownloader11.zip
9 # Source0-md5:  3edba3a4973fce37c884b286a7e3e567
10 Patch0:         %{name}-url.patch
11 URL:            http://www.tomergabel.com/PicasaWeb+Downloader.aspx
12 BuildRequires:  mono-csharp
13 Requires:       mono
14 ExcludeArch:    i386
15 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17 %description
18 PicasaWeb Downloader allows you to download albums from PicasaWeb site
19 without having to use (MS Windows-based) Picasa application.
20
21 %description -l pl.UTF-8
22 PicasaWeb Downloader pozwala ściągać albumy z serwisu PicasaWeb bez
23 potrzeby korzystania z aplikacji Picasa (przeznaczonej dla MS
24 Windows).
25
26 %prep
27 %setup -q -c
28 %patch0 -p1
29
30 %build
31 gmcs -out:PicasaWebDownloader.exe Program.cs AssemblyInfo.cs
32
33 %install
34 rm -rf $RPM_BUILD_ROOT
35
36 install -D PicasaWebDownloader.exe $RPM_BUILD_ROOT%{_bindir}/PicasaWebDownloader.exe
37
38 %clean
39 rm -rf $RPM_BUILD_ROOT
40
41 %files
42 %defattr(644,root,root,755)
43 %attr(755,root,root) %{_bindir}/PicasaWebDownloader.exe
This page took 0.075971 seconds and 3 git commands to generate.