Browse Source
subrepo: subdir: "libcdio-paranoia" merged: "c86b43a" upstream: origin: "gitea@gitea.artixlinux.org:packagesL/libcdio-paranoia.git" branch: "master" commit: "c86b43a" git-subrepo: version: "0.4.0" origin: "???" commit: "???"master
7 changed files with 107 additions and 0 deletions
@ -0,0 +1,5 @@
|
||||
%YAML 1.2 |
||||
--- |
||||
|
||||
label: master |
||||
|
@ -0,0 +1,33 @@
|
||||
# ---> ArchLinuxPackages |
||||
*.tar |
||||
*.tar.* |
||||
*.jar |
||||
*.exe |
||||
*.msi |
||||
*.zip |
||||
*.tgz |
||||
*.log |
||||
*.log.* |
||||
*.sig |
||||
|
||||
pkg/ |
||||
src/ |
||||
|
||||
|
||||
# ---> Archives |
||||
*.7z |
||||
*.rar |
||||
*.gz |
||||
*.bzip |
||||
*.bz2 |
||||
*.xz |
||||
*.lzma |
||||
*.cab |
||||
|
||||
# ---> systemd |
||||
*.service |
||||
*.socket |
||||
*.timer |
||||
|
||||
# ---> snap |
||||
*.snap |
@ -0,0 +1,12 @@
|
||||
; DO NOT EDIT (unless you know what you are doing) |
||||
; |
||||
; This subdirectory is a git "subrepo", and this file is maintained by the |
||||
; git-subrepo command. See https://github.com/git-commands/git-subrepo#readme |
||||
; |
||||
[subrepo] |
||||
remote = gitea@gitea.artixlinux.org:packagesL/libcdio-paranoia.git |
||||
branch = master |
||||
commit = c86b43a09961d5c055fb964a11c1b56d36354368 |
||||
parent = 88bb5c2c7f5d58629511b2321e8e116e79bd6522 |
||||
method = merge |
||||
cmdver = 0.4.0 |
@ -0,0 +1,3 @@
|
||||
@Library('artix-ci') import org.artixlinux.RepoPackage |
||||
|
||||
PackagePipeline(new RepoPackage(this)) |
@ -0,0 +1,26 @@
|
||||
# Maintainer: Jan de Groot <jgc@archlinux.org> |
||||
# Contributor: damir <damir@archlinux.org> |
||||
|
||||
pkgname=libcdio-paranoia |
||||
pkgver=10.2+2.0.0 |
||||
pkgrel=2 |
||||
pkgdesc="CD paranoia libraries from libcdio" |
||||
arch=('x86_64') |
||||
license=('GPL' 'LGPL') |
||||
url="https://www.gnu.org/software/libcdio/" |
||||
depends=('libcdio') |
||||
source=(https://ftp.gnu.org/gnu/libcdio/${pkgname}-${pkgver}.tar.bz2{,.sig}) |
||||
sha256sums=('4565c18caf401083c53733e6d2847b6671ba824cff1c7792b9039693d34713c1' |
||||
'SKIP') |
||||
validpgpkeys=('DAA63BC2582034A02B923D521A8DE5008275EC21') # R. Bernstein <rocky@panix.com> |
||||
|
||||
build() { |
||||
cd "${pkgname}-${pkgver}" |
||||
./configure --prefix=/usr --enable-cpp-progs --disable-static --disable-example-progs |
||||
make |
||||
} |
||||
|
||||
package() { |
||||
cd "${pkgname}-${pkgver}" |
||||
make -j1 DESTDIR="${pkgdir}" install |
||||
} |
@ -0,0 +1,26 @@
|
||||
# Maintainer: Jan de Groot <jgc@archlinux.org> |
||||
# Contributor: damir <damir@archlinux.org> |
||||
|
||||
pkgname=libcdio-paranoia |
||||
pkgver=10.2+2.0.0 |
||||
pkgrel=2 |
||||
pkgdesc="CD paranoia libraries from libcdio" |
||||
arch=('x86_64') |
||||
license=('GPL' 'LGPL') |
||||
url="https://www.gnu.org/software/libcdio/" |
||||
depends=('libcdio') |
||||
source=(https://ftp.gnu.org/gnu/libcdio/${pkgname}-${pkgver}.tar.bz2{,.sig}) |
||||
sha256sums=('4565c18caf401083c53733e6d2847b6671ba824cff1c7792b9039693d34713c1' |
||||
'SKIP') |
||||
validpgpkeys=('DAA63BC2582034A02B923D521A8DE5008275EC21') # R. Bernstein <rocky@panix.com> |
||||
|
||||
build() { |
||||
cd "${pkgname}-${pkgver}" |
||||
./configure --prefix=/usr --enable-cpp-progs --disable-static --disable-example-progs |
||||
make |
||||
} |
||||
|
||||
package() { |
||||
cd "${pkgname}-${pkgver}" |
||||
make -j1 DESTDIR="${pkgdir}" install |
||||
} |
Loading…
Reference in new issue