libipc 0.2.1 -> 0.4.0

master
Philippe PITTOLI 2019-11-04 18:46:29 +01:00
parent 829ced86bc
commit 17f1014407
1 changed files with 4 additions and 3 deletions

View File

@ -1,11 +1,12 @@
name: libipc
version: 0.2.1
version: 0.4.0
release: 1
sources: https://git.karchnu.fr/WeirdOS/libipc/archive/libipc-%{version}.tar.gz
dirname: %{name}
dependencies:
build-dependencies:
- make
- scdoc
@configure
true
@ -20,4 +21,4 @@ dependencies:
@install
cd %{dirname}
make DESTDIR="%{pkg}" install
make PREFIX="%{prefix}" DESTDIR="%{pkg}" install