]> git.pld-linux.org Git - packages/autofig.git/blob - autofig.spec
- new
[packages/autofig.git] / autofig.spec
1 Summary:        Automatic *-config scripts generation
2 Summary(pl):    Automatyczne generowanie skryptów *-config
3 Name:           autofig
4 Version:        0.1
5 Release:        1
6 License:        ?
7 Group:          Development/Tools
8 # origins from GNOME CVS?
9 Source0:        http://autotrace.sourceforge.net/tools/%{name}.tar.gz
10 BuildRequires:  autoconf
11 Requires:       m4
12 Requires:       sed
13 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15 %description
16 Utility for automatic *-config scripts generation.
17
18 %description -l pl
19 Narzêdzie do automatycznego generowanie skryptów *-config.
20
21 %prep
22 %setup -q
23
24 %build
25 %{__autoconf}
26 %configure
27 %{__make}
28
29 %install
30 rm -rf $RPM_BUILD_ROOT
31
32 %{__make} install DESTDIR=$RPM_BUILD_ROOT
33
34 rm -f samples/Makefile*
35
36 %clean
37 rm -rf $RPM_BUILD_ROOT
38
39 %files
40 %defattr(644,root,root,755)
41 %doc ChangeLog doc samples
42 %attr(755,root,root) %{_bindir}/*
43 %{_datadir}/%{name}
This page took 0.072045 seconds and 3 git commands to generate.