Skip to content

Commit

Permalink
Update libmikmod license
Browse files Browse the repository at this point in the history
Source: https://mikmod.sourceforge.net/#license

The GPL applies to the program, the lgpl to the library. We only ship
the library.
  • Loading branch information
sharkwouter committed Jan 22, 2025
1 parent c2016ba commit 52abb7e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions libmikmod/PSPBUILD
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
pkgname=libmikmod
pkgver=3.3.11.1
pkgrel=6
pkgrel=7
pkgdesc="a portable sound library capable of playing samples as well as module files"
arch=('mips')
url="http://mikmod.sourceforge.net/"
license=('GPL2.1')
license=('LGPL-2.1-only')
groups=('pspdev-default')
depends=()
makedepends=()
Expand Down Expand Up @@ -35,7 +35,6 @@ package () {
cd ..

mkdir -m 755 -p "$pkgdir/psp/share/licenses/$pkgname/"
install -m 644 COPYING.LIB "$pkgdir/psp/share/licenses/$pkgname/"
install -m 644 COPYING.LESSER "$pkgdir/psp/share/licenses/$pkgname/"
install -m 644 AUTHORS "$pkgdir/psp/share/licenses/$pkgname/"
}

0 comments on commit 52abb7e

Please sign in to comment.