Summary: Prototype Makefiles Name: prototype Version: 1.10 Release: 1 Copyright: QPL Group: Development/Tools Source: http://www.xs4all.nl/~carlo17/prototype/prototype-%{version}.tar.gz Buildroot: /var/tmp/prototype-root Prefix: /usr/local %description Prototype Makefiles is a collection of shared Makefiles which are installed globally and Makefile templates that can be copied into project directories using a simple script. The shared Makefiles contain the rules for building a project, cleaning it and making dependencies etc. The Makefile templates contain the data that is specific for each project. This seperation avoids duplication of code in Makefiles and is therefore extremely easy to maintain and extend. %prep %setup %build ./configure --prefix=%{prefix} %install rm -rf $RPM_BUILD_ROOT mkdir -p $RPM_BUILD_ROOT/%{prefix}/share make prefix=$RPM_BUILD_ROOT/%{prefix} datadir=$RPM_BUILD_ROOT/%{prefix}/share install %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root) %doc README LICENSE LICENSE.QPL %{prefix}/bin/* %dir %{prefix}/share/prototype %config %{prefix}/share/prototype/Makedefs.h %dir %{prefix}/share/prototype/maintainer %dir %{prefix}/share/prototype/common %dir %{prefix}/share/prototype/base %dir %{prefix}/share/prototype/sub %dir %{prefix}/share/prototype/lib %dir %{prefix}/share/prototype/templ-inst %dir %{prefix}/share/prototype/main %dir %{prefix}/share/prototype/test %{prefix}/share/prototype/maintainer/* %{prefix}/share/prototype/common/* %{prefix}/share/prototype/base/* %{prefix}/share/prototype/sub/* %{prefix}/share/prototype/lib/* %{prefix}/share/prototype/templ-inst/* %{prefix}/share/prototype/main/* %{prefix}/share/prototype/test/* %changelog * Mon Jan 31 2000 Carlo Wood - Made Makedefs.h a config file * Sun Mar 14 1999 Carlo Wood - First public release