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

build: add lib #2036

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
30 changes: 30 additions & 0 deletions lame/linglong.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
package:
id: lame
name: lame
version: 3.99.5.1
kind: lib
description: |
LAME Ain't an MP3 Encoder

runtime:
id: org.deepin.Runtime
version: 23.0.0

depends:
- id: automake/1.16.5
- id: autoconf/2.4.7
- id: pkgconf/2.0.3
source:
kind: git
url: https://github.com/rbrito/deprecated-lame-mirror.git
commit: af984672a95bb0eedc9f3193604e269c97cca162

build:
kind: autotools
manual:
configure: |
./configure ${conf_args} ${extra_args}
build: |
make ${jobs}
install: |
make ${jobs} DESTDIR=${dest_dir} install
Loading