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 chmlib
Browse files Browse the repository at this point in the history
chmlib is a small library designed for accessing MS ITSS files.

Log: add lib chmlib
  • Loading branch information
lzmhc committed Apr 29, 2024
1 parent 249f8d6 commit 55a05dc
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions chmlib/linglong.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
package:
id: chmlib
kind: lib
version: 0.40

base:
id: org.deepin.base
version: 23.0.0

depends:
- id: automake/1.16.5
- id: libtool/2.4.2
source:
kind: git
url: "https://github.com/mhc2910463910/chmlib.git"
commit: 9058471237a79855b476ab64048ba6fab4e6b9d8
variables:
build_dir: build_dir
conf_args: |
--prefix=${PREFIX} \
--libdir=${PREFIX}/lib/${TRIPLET}
extra_args: |
dest_dir: |
build:
kind: autotools
manual:
configure: |
CFLAGS="-Wall -O2" LDFLAGS="-L/path/to/library" ./configure ${conf_args} ${extra_args}
build: |
make
install: |
make DESTDIR=${dest_dir} install

0 comments on commit 55a05dc

Please sign in to comment.