]> git.pld-linux.org Git - packages/dml.git/blob - dml.spec
fe113518f27e3ef642405eb7404cff3e44225149
[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.1.2
5 Release:        1
6 License:        GPL
7 Group:          Applications/Terminal
8 Source0:        ftp://ftp.pld.org.pl/people/malekith/%{name}-%{version}.tar.gz
9 BuildRequires:  slang-devel
10 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
11
12 %description
13 Tool for displaying dialogs from shell.
14
15 %description -l pl
16 Narzêdzie do wy¶wietlania okien dialogowych z shella.
17
18 %prep
19 %setup -q
20
21 %build
22 %{__make} \
23         CC="%{__cc}" \
24         CFLAGS="%{rpmcflags}" \
25         LDFLAGS="%{rpmldflags}"
26
27 %install
28 rm -rf $RPM_BUILD_ROOT
29 %{__make} install \
30         PREFIX=%{_prefix} \
31         DESTDIR=$RPM_BUILD_ROOT
32
33 %clean
34 rm -rf $RPM_BUILD_ROOT
35
36 %files
37 %defattr(644,root,root,755)
38 %doc AUTHORS TODO NEWS README doc/dml.pl doc/dml.sh
39 %attr(755,root,root) %{_bindir}/*
40 %{_mandir}/man1/*
This page took 0.08424 seconds and 2 git commands to generate.