From d6f1cf4596cb6946cfb294bd9e9aea5011d18ad3 Mon Sep 17 00:00:00 2001 From: van <751890223@qq.com> Date: Sat, 13 Apr 2024 12:34:42 +0800 Subject: [PATCH] build: add lib LAME Ain't an MP3 Encoder log: add lib lame --- lame/linglong.yaml | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 lame/linglong.yaml diff --git a/lame/linglong.yaml b/lame/linglong.yaml new file mode 100644 index 000000000..575584e0b --- /dev/null +++ b/lame/linglong.yaml @@ -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 \ No newline at end of file