Skip to content
This repository has been archived by the owner on Oct 11, 2024. It is now read-only.

Commit

Permalink
build: add lib vncclient
Browse files Browse the repository at this point in the history
Log: add lib name--vncclient
  • Loading branch information
wjyrich authored and kamiyadm committed Dec 1, 2023
1 parent f9a13e8 commit bab43b6
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions vncclient/linglong.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
package:
id: vncclient
name: vncclient
version: 0.9.14
kind: lib
description: |
LibVNCServer/LibVNCClient are cross-platform C libraries that allow you to easily implement VNC server or client functionality in your program.
runtime:
id: org.deepin.Runtime
version: 23.0.0

source:
kind: git
url: https://github.com/khrysro/vncclient.git
commit: fbdb8dff9b760de7983cf0ac569ae3e8daff0247

build:
kind: qmake
manual:
configure: |
cd vncclient
qmake -makefile ${conf_args} ${extra_args}
build: |
make ${jobs}
install: |
make ${jobs} DESTDIR=${dest_dir} install

0 comments on commit bab43b6

Please sign in to comment.