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

Commit

Permalink
build: add automake
Browse files Browse the repository at this point in the history
Tool for generating GNU Standards-compliant Makefiles.

Log: add lib name--automake
  • Loading branch information
lampze authored and kamiyadm committed Oct 16, 2023
1 parent c96788a commit bb03886
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions automake/linglong.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
package:
id: automake
name: automake
version: 1.16.5
kind: lib
description: |
Tool for generating GNU Standards-compliant Makefiles.
base:
id: org.deepin.base
version: 23.0.0

depends:
- id: texinfo/6.8.1

source:
kind: git
url: https://github.com/autotools-mirror/automake.git
commit: 18416d641dc5c220ec82283ff43cdaa7cb0d619c

build:
kind: autotools
manual:
configure: |
./bootstrap
./configure ${conf_args} ${extra_args}

0 comments on commit bb03886

Please sign in to comment.