]> git.pld-linux.org Git - packages/xfce4-dev-tools.git/blob - xfce4-dev-tools.spec
- up to 4.11.0
[packages/xfce4-dev-tools.git] / xfce4-dev-tools.spec
1 Summary:        Xfce development tools
2 Summary(pl.UTF-8):      Narzędzia programistyczne Xfce
3 Name:           xfce4-dev-tools
4 Version:        4.11.0
5 Release:        1
6 License:        GPL v2
7 Group:          Development/Building
8 Source0:        http://archive.xfce.org/src/xfce/xfce4-dev-tools/4.11/%{name}-%{version}.tar.bz2
9 # Source0-md5:  36112d0256092c30bd1b47105c547edf
10 URL:            http://xfce.org/~benny/projects/xfce4-dev-tools/
11 BuildRequires:  automake
12 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13
14 %description
15 The Xfce development tools are a collection of tools and macros for
16 Xfce developers and people that want to build Xfce from CVS. In
17 addition it contains the Xfce developer's handbook.
18
19 %description -l pl.UTF-8
20 Narzędzia programistyczne Xfce są zbiorem programów oraz makr
21 przeznaczonych dla programistów Xfce oraz ludzi którzy chcą zbudować
22 Xfce z CVS-u. Dodatkowo zawiera podręcznik programisty Xfce.
23
24 %prep
25 %setup -q
26
27 %build
28 %configure
29 %{__make}
30
31 %install
32 rm -rf $RPM_BUILD_ROOT
33
34 %{__make} install \
35         DESTDIR=$RPM_BUILD_ROOT \
36         macrodir=%{_aclocaldir}
37
38 %clean
39 rm -rf $RPM_BUILD_ROOT
40
41 %files
42 %defattr(644,root,root,755)
43 %doc AUTHORS ChangeLog HACKING NEWS README
44 %attr(755,root,root) %{_bindir}/xdt-autogen
45 %attr(755,root,root) %{_bindir}/xdt-commit
46 %attr(755,root,root) %{_bindir}/xdt-csource
47 %{_aclocaldir}/*.m4
This page took 0.252304 seconds and 4 git commands to generate.