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