]> git.pld-linux.org Git - packages/build-essential.git/blob - build-essential.spec
215da783a03c6853213535db8064dbaf51e5039d
[packages/build-essential.git] / build-essential.spec
1 Summary:        build essential packages
2 Name:           build-essential
3 Version:        0.1
4 Release:        0.1
5 License:        GPL
6 Group:          Applications/File
7 Requires:       gcc
8 Requires:       glibc-devel
9 Requires:       make
10 BuildArch:      noarch
11 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
12
13 %description
14 This package depends on the packages which are considered essential
15 for building packages.
16
17 %prep
18 %setup -qcT
19
20 %install
21 rm -rf $RPM_BUILD_ROOT
22 install -d $RPM_BUILD_ROOT
23
24 %clean
25 rm -rf $RPM_BUILD_ROOT
26
27 %files
28 %defattr(644,root,root,755)
This page took 0.069112 seconds and 2 git commands to generate.