Browse Source

Relicensing to MIT/Expat license, part 5: updated package files.

pull/278/head
Vladimír Vondruš 13 years ago
parent
commit
a7ff819dd8
  1. 2
      PKGBUILD
  2. 2
      PKGBUILD-mingw32
  3. 2
      PKGBUILD-nacl
  4. 2
      PKGBUILD-release
  5. 2
      package/archlinux/magnum-git/PKGBUILD

2
PKGBUILD

@ -5,7 +5,7 @@ pkgrel=1
pkgdesc="OpenGL 3 graphics engine"
arch=('i686' 'x86_64')
url="https://github.com/mosra/magnum"
license=('LGPLv3')
license=('MIT')
depends=('corrade' 'glew')
makedepends=('cmake')
options=(!strip)

2
PKGBUILD-mingw32

@ -5,7 +5,7 @@ pkgrel=1
pkgdesc="OpenGL 3 graphics engine (mingw32)"
arch=('any')
url="https://github.com/mosra/magnum"
license=('LGPLv3')
license=('MIT')
depends=('mingw32-runtime' 'mingw32-corrade' 'mingw32-glew')
makedepends=('mingw32-gcc' 'cmake' 'corrade')
options=(!buildflags !strip)

2
PKGBUILD-nacl

@ -5,7 +5,7 @@ pkgrel=1
pkgdesc="OpenGL 3 graphics engine (NaCl x86-64 version)"
arch=('any')
url="https://github.com/mosra/magnum"
license=('LGPLv3')
license=('MIT')
depends=('nacl-corrade')
makedepends=('nacl-sdk' 'cmake')
options=(!buildflags !strip)

2
PKGBUILD-release

@ -5,7 +5,7 @@ pkgrel=1
pkgdesc="OpenGL 3 graphics engine"
arch=('i686' 'x86_64')
url="https://github.com/mosra/magnum"
license=('LGPLv3')
license=('MIT')
depends=('corrade' 'glew')
makedepends=('cmake' 'qt')
provides=('magnum-git')

2
package/archlinux/magnum-git/PKGBUILD

@ -5,7 +5,7 @@ pkgrel=1
pkgdesc="OpenGL 3 graphics engine (Git version)"
arch=('i686' 'x86_64')
url="https://github.com/mosra/magnum"
license=('LGPLv3')
license=('MIT')
depends=('corrade-git' 'glew')
makedepends=('cmake' 'git')

Loading…
Cancel
Save