New recipe: libipc.

master
Philippe PITTOLI 2019-08-28 17:14:59 +02:00
parent c77e7885f7
commit c080fdb142
1 changed files with 23 additions and 0 deletions

23
libipc/recipe.spec Normal file
View File

@ -0,0 +1,23 @@
name: libipc
version: 0.2.1
release: 1
sources: https://git.karchnu.fr/WeirdOS/libipc/archive/libipc-%{version}.tar.gz
dirname: %{name}
dependencies:
- make
@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}
make DESTDIR="%{pkg}" install