This repository has been archived on 2022-01-17. You can view files and clone it, but cannot push or open issues/pull-requests.
recipes/libipc/recipe.spec

25 lines
446 B
Plaintext
Raw Normal View History

2019-08-28 17:14:59 +02:00
name: libipc
2019-11-04 18:46:29 +01:00
version: 0.4.0
2019-08-28 17:14:59 +02:00
release: 1
sources: https://git.karchnu.fr/WeirdOS/libipc/archive/libipc-%{version}.tar.gz
dirname: %{name}
2019-11-04 18:46:29 +01:00
build-dependencies:
2019-08-28 17:14:59 +02:00
- make
2019-11-04 18:46:29 +01:00
- scdoc
2019-08-28 17:14:59 +02:00
@configure
true
# TODO: do not use pandoc, use scdoc instead so we can build the manual too
# Rationale: pandoc is not a priority to package.
@build
cd %{dirname}
make libipc
make src/ipc.h
@install
cd %{dirname}
2019-11-04 18:46:29 +01:00
make PREFIX="%{prefix}" DESTDIR="%{pkg}" install