]> git.pld-linux.org Git - packages/dml.git/blob - dml.spec
initial, from scratch.
[packages/dml.git] / dml.spec
1 Summary:        Tool for displaying dialogs from shell
2 Summary(pl):    Narzêdzie do wy¶wietlania okien dialogowych z shella
3 Name:           dml
4 Version:        0.0.2
5 Release:        1
6 Epoch:          1
7 License:        GPL
8 Group:          Applications/Terminal
9 Group(de):      Applikationen/Terminal
10 Group(pl):      Aplikacje/Terminal
11 Source0:        ftp://ftp.pld.org.pl/people/malekith/%{name}-%{version}.tar.gz
12 BuildRequires:  slang-static
13 BuildRequires:  gettext-devel
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %description
17 Tool for displaying dialogs from shell.
18
19 %description -l pl
20 Narzêdzie do wy¶wietlania okien dialogowych z shella.
21
22 %prep
23 %setup -q
24
25 %build
26 %configure
27 %{__make}
28
29 %install
30 rm -rf $RPM_BUILD_ROOT
31 %{__make} install \
32         DESTDIR=$RPM_BUILD_ROOT 
33 #gzip -9nf AUTHORS TODO ChangeLog
34
35 %clean
36 rm -rf $RPM_BUILD_ROOT
37
38 %files
39 %defattr(644,root,root,755)
40 %attr(755,root,root) %{_bindir}/*
41 %{_mandir}/*
This page took 0.093351 seconds and 3 git commands to generate.