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 libgssglue
Browse files Browse the repository at this point in the history
Libgssglue provides a GSS-API library.

Logs: add lib libgssglue
  • Loading branch information
lzmhc committed May 6, 2024
1 parent ceda2d7 commit 111617c
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions libgssglue/linglong.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
package:
id: libgssglue
name: libgssglue
version: 0.9
kind: lib
description: |
Libgssglue provides a GSS-API library, but does not implement any mechanisms itself;
runtime:
id: org.deepin.base
version: 23.0.0
depends:
- id: automake
version: 1.16.5
- id: autoconf
version: 2.4.7
- id: libtool
version: 2.4.6
source:
kind: git
url: "https://github.com/mhc2910463910/libgssglue.git"
commit: 399ca59ddfffc92213b2a45abd51509f68b67e08
variables:
build_dir: build_dir
conf_args: |
--prefix=${PREFIX} \
--libdir=${PREFIX}/lib/${TRIPLET}
extra_args: |
dest_dir: |
build:
kind: manual
manual:
configure: |
./bootstrap
./configure
build: |
make
install: |
make DESTDIR=${dest_dir} install

0 comments on commit 111617c

Please sign in to comment.