20 lines
540 B
Bash
20 lines
540 B
Bash
# Template file for 'pps-tools'
|
|
pkgname=pps-tools
|
|
reverts="20120407_1 20120407_2"
|
|
version=1.0.2
|
|
revision=1
|
|
build_style=gnu-makefile
|
|
short_desc="Tools for LinuxPPS (pulse-per-second)"
|
|
maintainer="uriahheep <uriahheep@gmail.com>"
|
|
license="GPL-2.0-or-later"
|
|
homepage="http://linuxpps.org/"
|
|
distfiles="https://github.com/ago/pps-tools/archive/v${version}.tar.gz"
|
|
checksum=1a7efd66152e5439b69143f1f380b40ac5decbbbef516b37a017410b8ba7dff4
|
|
|
|
pps-tools-devel_package() {
|
|
short_desc+=" - development files"
|
|
pkg_install() {
|
|
vmove usr/include
|
|
}
|
|
}
|