Browse Source
subrepo: subdir: "alsa-firmware" merged: "f2f161c" upstream: origin: "gitea@gitea.artixlinux.org:packagesA/alsa-firmware.git" branch: "master" commit: "f2f161c" git-subrepo: version: "0.4.0" origin: "???" commit: "???"master
7 changed files with 117 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:packagesA/alsa-firmware.git |
||||
branch = master |
||||
commit = f2f161c58e9406990d7275efa8cca210f6eb449f |
||||
parent = b46d3a2c561fc6f3f30ef9767245c6b18ad8e759 |
||||
method = merge |
||||
cmdver = 0.4.0 |
@ -0,0 +1,3 @@
|
||||
@Library('artix-ci') import org.artixlinux.RepoPackage |
||||
|
||||
PackagePipeline(new RepoPackage(this)) |
@ -0,0 +1,31 @@
|
||||
# $Id$ |
||||
# Maintainer: Tobias Powalowski <tpowa@archlinux.org> |
||||
# Contributor: Jochen Immendörfer <jochen dot immendoerfer at gmail dot com> |
||||
|
||||
pkgname=alsa-firmware |
||||
pkgver=1.0.29 |
||||
pkgrel=2 |
||||
pkgdesc="ALSA firmware package" |
||||
arch=('any') |
||||
url="http://alsa-project.org/" |
||||
license=('GPL') |
||||
source=(ftp://ftp.alsa-project.org/pub/firmware/$pkgname-$pkgver.tar.bz2) |
||||
options=(!strip) |
||||
|
||||
build() { |
||||
cd $srcdir/$pkgname-$pkgver |
||||
./configure --prefix=/usr --with-hotplug-dir=/usr/lib/firmware |
||||
make |
||||
} |
||||
|
||||
package() { |
||||
cd $srcdir/$pkgname-$pkgver |
||||
make DESTDIR=$pkgdir install |
||||
# remove files which conflicts with linux-firmware |
||||
rm -rf ${pkgdir}/usr/lib/firmware/{ct{efx,speq}.bin,ess,korg,sb16,yamaha} |
||||
# remove broken symlinks (broken upstream) |
||||
rm -rf ${pkgdir}/usr/lib/firmware/turtlebeach |
||||
# remove empty dir |
||||
rm -rf ${pkgdir}/usr/bin |
||||
} |
||||
md5sums=('9a1182f8a6ac44cb9af5774cc045565f') |
@ -0,0 +1,31 @@
|
||||
# $Id$ |
||||
# Maintainer: Tobias Powalowski <tpowa@archlinux.org> |
||||
# Contributor: Jochen Immendörfer <jochen dot immendoerfer at gmail dot com> |
||||
|
||||
pkgname=alsa-firmware |
||||
pkgver=1.0.29 |
||||
pkgrel=2 |
||||
pkgdesc="ALSA firmware package" |
||||
arch=('any') |
||||
url="http://alsa-project.org/" |
||||
license=('GPL') |
||||
source=(ftp://ftp.alsa-project.org/pub/firmware/$pkgname-$pkgver.tar.bz2) |
||||
options=(!strip) |
||||
|
||||
build() { |
||||
cd $srcdir/$pkgname-$pkgver |
||||
./configure --prefix=/usr --with-hotplug-dir=/usr/lib/firmware |
||||
make |
||||
} |
||||
|
||||
package() { |
||||
cd $srcdir/$pkgname-$pkgver |
||||
make DESTDIR=$pkgdir install |
||||
# remove files which conflicts with linux-firmware |
||||
rm -rf ${pkgdir}/usr/lib/firmware/{ct{efx,speq}.bin,ess,korg,sb16,yamaha} |
||||
# remove broken symlinks (broken upstream) |
||||
rm -rf ${pkgdir}/usr/lib/firmware/turtlebeach |
||||
# remove empty dir |
||||
rm -rf ${pkgdir}/usr/bin |
||||
} |
||||
md5sums=('9a1182f8a6ac44cb9af5774cc045565f') |
Loading…
Reference in new issue