Skip to content

Commit

Permalink
Fix flac license
Browse files Browse the repository at this point in the history
  • Loading branch information
sharkwouter committed Jan 22, 2025
1 parent 0c87f54 commit c2016ba
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions flac/PSPBUILD
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
pkgname=flac
pkgver=1.4.3
pkgrel=1
pkgrel=2
pkgdesc="Free Lossless Audio Codec"
arch=('mips')
url="https://xiph.org/flac/"
license=('GFDL-1.2 AND GPL-2.0 AND LGPL-2.1 AND BSD-3-Clause')
license=('BSD-3-Clause')
groups=('pspdev-default')
depends=('libogg')
makedepends=()
Expand Down Expand Up @@ -44,6 +44,6 @@ package() {
rm -rf "${pkgdir}"/psp/lib/lib{FLAC,FLAC++}.la

mkdir -m 755 -p "${pkgdir}/psp/share/licenses/${pkgname}"
install -m 644 COPYING.* "${pkgdir}/psp/share/licenses/${pkgname}"
install -m 644 COPYING.Xiph "${pkgdir}/psp/share/licenses/${pkgname}"
}

0 comments on commit c2016ba

Please sign in to comment.