Switch to new package format

This commit is contained in:
2026-06-13 19:59:42 +03:00
parent 7cab42c10b
commit 70cbb2995e
4 changed files with 56304 additions and 18 deletions
+20
View File
@@ -0,0 +1,20 @@
name: libcdio-paranoia
description: Default Package Description
version: 10.2+2.0.2
revision: 2
url: https://www.gnu.org/software/libcdio/
license: GPL3-or-later
maintainers:
- [email protected]
architecture: any
type: source
depends:
- glibc
- libcdio
make_depends:
- git
downloads:
- url: https://github.com/libcdio/libcdio-paranoia/releases/download/release-${BPM_PKG_VERSION}/libcdio-paranoia-${BPM_PKG_VERSION}.tar.gz
extract_to: ${BPM_SOURCE}
extract_strip_components: 1
checksum: 99488b8b678f497cb2e2f4a1a9ab4a6329c7e2537a366d5e4fef47df52907ff6
-16
View File
@@ -1,16 +0,0 @@
name: libcdio-paranoia
description: Default Package Description
version: 10.2+2.0.2
revision: 1
url: https://www.gnu.org/software/libcdio/
license: GPL3-or-later
architecture: any
type: source
depends:
- glibc
- libcdio
downloads:
- url: https://github.com/libcdio/libcdio-paranoia/archive/refs/tags/release-${BPM_PKG_VERSION}.tar.gz
extract_to: ${BPM_SOURCE}
extract_strip_components: 1
checksum: fe35208811f3edfcb79ae7b4ad1984f3188aea42c4c8ba4d009efafb36734a8b
+2 -2
View File
@@ -1,4 +1,4 @@
# This is the source.sh script. It is executed by BPM in a temporary directory when compiling a source package # This is the recipe.sh script. It is executed by BPM in a temporary directory when compiling a source package
# BPM Expects the source code to be extracted into the automatically created 'source' directory which can be accessed using $BPM_SOURCE # BPM Expects the source code to be extracted into the automatically created 'source' directory which can be accessed using $BPM_SOURCE
# BPM Expects the output files to be present in the automatically created 'output' directory which can be accessed using $BPM_OUTPUT # BPM Expects the output files to be present in the automatically created 'output' directory which can be accessed using $BPM_OUTPUT
@@ -6,7 +6,7 @@
# This function is used for putting downloaded files to the correct location or applying patches # This function is used for putting downloaded files to the correct location or applying patches
prepare() { prepare() {
cd "$BPM_SOURCE" cd "$BPM_SOURCE"
autoreconf -fi git apply "$BPM_WORKDIR"/53718dbe36ee9fd42e97527188a788f2754288c0.patch --exclude='.gitignore'
} }
# The build function is executed in the source directory # The build function is executed in the source directory
File diff suppressed because it is too large Load Diff