Blame | Last modification | View Log | Download | RSS feed
## spec file for package: ftjam## This file and all modifications and additions to the pristine# package are under the same license as the package itself.## includes module(s):#%include Solaris.incName: ftjamVersion: 2.5.2Summary: Jam Building ToolLicense: JamDistribution: OpenSolarisVendor: OpenSolaris CommunityUrl: http://www.freetype.org/jam/SUNW_BaseDir: %{_basedir}SUNW_Copyright: %{name}.copyrightSource0: http://downloads.sourceforge.net/project/freetype/ftjam/%{version}/ftjam-%{version}.tar.bz2%include default-depend.incBuildRequires: SUNWgccBuildRequires: SUNWgmakeMeta(info.maintainer): James Lee <jlee@thestaticvoid.com>Meta(info.upstream): Jam Mailing List <jamming@perforce.com>Meta(info.upstream_url): http://www.freetype.org/jam/Meta(info.classification): org.opensolaris.category.2008:Development/System%descriptionJam is a small open-source build tool that can be used as a replacement forMake. Even though Jam is a lot simpler to use than Make, it is far morepowerful and easy to master. It already works on a large variety of platforms(Unix, Windows, OS/2, VMS, MacOS, BeOS, etc.), it is trivial to port, and itsdesign is sufficiently clear to allow any average programmer to extend it withadvanced features at will.%prep%setup -qCC=gcc ./configure --prefix=%{_prefix}%buildgmake%installrm -rf $RPM_BUILD_ROOTgmake DESTDIR=$RPM_BUILD_ROOT install%cleanrm -rf $RPM_BUILD_ROOT%files%defattr(-,root,bin)%dir %{_bindir}%{_bindir}/jam%changelog* Thu Apr 22 2010 - jlee@thestaticvoid.com- Initial version