1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
8 ver_git = 20120215gitac0aa6
9 release = 0.1.%{ver_git}
12 url = https://github.com/ago/pps-tools
14 summary = LinuxPPS user-space tools.
17 This package includes the LinuxPPS user-space tools.
20 sources = %{name}-%{ver_git}.tar.gz
23 DIR_APP = %{DIR_SRC}/%{name}
26 mkdir -pv %{BUILDROOT}{%{bindir},%{includedir}/sys}
27 install -m 755 ppsctl ppsfind ppstest ppswatch %{BUILDROOT}%{bindir}
28 install -m 644 timepps.h %{BUILDROOT}%{includedir}
29 ln -svf ../timepps.h %{BUILDROOT}%{includedir}/sys/timepps.h
40 This package includes the headers needed
41 to compile PPSAPI (RFC-2783) applications.
45 package %{name}-debuginfo