artoolkitplus.spec

来自「go thru the doc and find out by yourself」· SPEC 代码 · 共 63 行

SPEC
63
字号
Summary:	Augmented Reality Tracking LibraryName:		artoolkitplusVersion:	2.1.0Release:	1License:	GPLGroup:		Development/LibrariesSource:		%{name}-%{version}.tar.bz2Vendor:		Institute for Computer Graphics and Vision, Graz University of Technology, AustriaURL:		http://studierstube.icg.tu-graz.ac.at/handheld_ar/artoolkitplus.phpPackager:	Institute for Computer Graphics and Vision, Graz University of Technology, AustriaPrefix:		/usrBuildRoot: 	%{_tmppath}/buildroot-%{name}-%{version}#Requires:	BuildRequires:	qt3-devel%define _prefix %{prefix}%descriptionARToolKit is a software library that can be used to calculate camera position and orientation relative to physical markers in real time. This enables the easy development of a wide range of Augmented Reality applications. ARToolKitPlus is an extended version of ARToolKit's vision code that adds features, but breaks compatibility due to a new class-based API.#'%prep[ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT%setupexport ARTKP=$(pwd)export PATH=$PATH:$QTDIR/binqmake %{name}.pro PREFIX=%{_prefix} LIBDIR=%{_libdir} ARCH=%{_arch}# QMAKE_CXX="ccache g++"%buildexport ARTKP=$(pwd)export PATH=$PATH:$QTDIR/binmake sub-src make%installINSTALL_ROOT=$RPM_BUILD_ROOT make install%cleanmake clean[ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT%files%defattr(-,root,root)%{_libdir}/*%{_bindir}/*%{_prefix}/share/ARToolKitPlus%doc %{_prefix}/share/doc/packages/ARToolKitPlus%package develSummary:	Augmented Reality Tracking Library headersGroup:		Development/LibrariesRequires:	%{name} = %{version}%description develThis package contains header files and include files that are needed for development using ARToolKitPlus.%files devel%defattr(-,root,root)%{_prefix}/include/*

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?