]> git.pld-linux.org Git - SPECS.git/blob - tksms.spec
SPECS updated Wed 28 Jul 14:48:01 CEST 2021
[SPECS.git] / tksms.spec
1 Summary:        GUI frontend for SMS application
2 Summary(pl.UTF-8):      Interfejs graficzny do programu SMS
3 Name:           tksms
4 Version:        0.1
5 Release:        0.1
6 License:        GPL
7 Group:          Applications
8 Source0:        http://www.ceti.com.pl/~miki/komputery/download/sms/%{name}.tar.gz
9 # Source0-md5:  8aea73d95931628eb5d6fc38cc71e4f7
10 URL:            http://www.ceti.com.pl/~miki/komputery/sms.html
11 Requires:       perl-Tk
12 Requires:       sms
13 BuildArch:      noarch
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %description
17 GUI frontend for SMS application writen in Perl and using the Tk
18 module.
19
20 %description -l pl.UTF-8
21 Graficzny interfejs użytkownika do programu SMS napisany w Perlu z
22 użyciem modułu Tk.
23
24 %prep
25 %setup -q -n %{name}
26
27 %install
28 rm -rf $RPM_BUILD_ROOT
29 install -d $RPM_BUILD_ROOT%{_bindir}
30 install ./*sms* $RPM_BUILD_ROOT%{_bindir}
31
32 %clean
33 rm -rf $RPM_BUILD_ROOT
34
35 %files
36 %defattr(644,root,root,755)
37 %doc README
38 %attr(755,root,root) %{_bindir}/*
This page took 0.569141 seconds and 3 git commands to generate.