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

build: add lib libgssglue #2145

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
41 changes: 41 additions & 0 deletions libgssglue/linglong.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
package:
id: libgssglue
name: libgssglue
version: 0.9.2
kind: lib
description: |
Libgssglue provides a GSS-API library, but does not implement any mechanisms itself;

base:
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: autotools
manual:
configure: |
./bootstrap
autoreconf -ivf
./configure ${conf_args} ${extra_args}
build: |
make
install: |
make DESTDIR=${dest_dir} install

Loading