]> git.pld-linux.org Git - packages/ksshaskpass.git/blob - ksshaskpass.spec
65b766a98f42dfa7b3d51f270b6e52093dc97925
[packages/ksshaskpass.git] / ksshaskpass.spec
1 Summary:        OpenSSH KDE4 passphrase dialog with KWallet support
2 Name:           ksshaskpass
3 Version:        0.5.3
4 Release:        1
5 License:        GPL
6 Group:          Applications/Networking
7 Source0:        http://kde-apps.org/CONTENT/content-files/50971-%{name}-%{version}.tar.gz
8 # Source0-md5:  05dad7745e9d92b08bd86e7ab7a9540d
9 URL:            http://kde-apps.org/content/show.php/Ksshaskpass?content=50971
10 Requires:       openssh
11 BuildRequires:  cmake
12 BuildRequires:  kde4-kdelibs-devel
13 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15 %description
16 This is an KDE4-based passphrase dialog with KWallet support foruse
17 with OpenSSH.
18
19 %prep
20 %setup -q
21
22 %build
23 install -d build
24 cd build
25 %cmake \
26         ..
27
28 %{__make}
29
30 %install
31 rm -rf $RPM_BUILD_ROOT
32
33 %{__make} -C build install \
34         DESTDIR=$RPM_BUILD_ROOT
35
36 %clean
37 rm -rf $RPM_BUILD_ROOT
38
39 %files
40 %defattr(644,root,root,755)
41 %doc README
42 %attr(755,root,root) %{_bindir}/ksshaskpass
43 %{_desktopdir}/kde4/ksshaskpass.desktop
44 %{_mandir}/man1/ksshaskpass.1*
This page took 0.061793 seconds and 2 git commands to generate.