]> git.pld-linux.org Git - packages/dalc.git/blob - dalc.spec
f0419d268db9c2c40a1f3353d4c708f2aacd06b8
[packages/dalc.git] / dalc.spec
1 Summary:        A powerful scientific DAL calculator
2 Summary(pl):    Zaawansowany kalkulator naukowy
3 Name:           dalc
4 Version:        0.1
5 Release:        1
6 License:        GPL
7 Group:          Applications/Math
8 Group(de):      Applikationen/Mathematik
9 Group(pl):      Aplikacje/Matematyczne
10 Source0:        http://linuxberg.iol.it/files/console/scientific/%{name}-%{version}.tgz
11 Patch0:         %{name}-ac_am.patch
12 BuildRequires:  autoconf
13 BuildRequires:  automake
14 BuildRequires:  libtool
15 BuildRequires:  libstdc++-devel
16 BuildRequires:  ncurses-devel
17 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19 %description
20 Dalc is designed to be both powerful and easy to use at the same time.
21
22 %description -l pl
23 Dalc ma du¿e mo¿liwo¶ci, jednocze¶nie bêd±c ³atwym w u¿yciu.
24
25 %prep
26 %setup -q
27 %patch0 -p1
28
29 %build
30 automake -a -c
31 autoheader
32 aclocal
33 autoconf
34 libtoolize --copy --force
35 %configure
36 %{__make}
37
38 %install
39 rm -rf $RPM_BUILD_ROOT
40 %{__make} install \
41         DESTDIR=$RPM_BUILD_ROOT
42
43 %clean
44 rm -rf $RPM_BUILD_ROOT
45
46 %files
47 %defattr(644,root,root,755)
48 %attr(755,root,root) %{_bindir}/*
49 %{_mandir}/man1/*
This page took 0.052959 seconds and 3 git commands to generate.