mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-03 07:37:14 +08:00
glew 1.10.0 with glu dep
This commit is contained in:
parent
f3023adb30
commit
3b48c75202
@ -1,27 +1,24 @@
|
|||||||
#
|
# maintainer almack@chakraos.org
|
||||||
# Platform Packages for Chakra, part of chakra-project.org
|
|
||||||
#
|
|
||||||
# maintainer abveritas@chakra-project.org
|
|
||||||
|
|
||||||
pkgname=glew
|
pkgname=glew
|
||||||
pkgver=1.9.0
|
pkgver=1.10.0
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="A cross-platform C/C++ extension loading library"
|
pkgdesc="A cross-platform C/C++ extension loading library"
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
url="http://glew.sourceforge.net"
|
url="http://glew.sourceforge.net"
|
||||||
license=('BSD' 'MIT' 'GPL')
|
license=('BSD' 'MIT' 'GPL')
|
||||||
depends=('libxmu' 'libxi' 'mesa')
|
depends=('libxmu' 'libxi' 'glu')
|
||||||
source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tgz")
|
source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tgz")
|
||||||
sha1sums=('9291f5c5afefd482c7f3e91ffb3cd4716c6c9ffe')
|
sha1sums=('f41b45ca4a630ad1d00b8b87c5f493781a380300')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd "${srcdir}/${pkgname}-${pkgver}"
|
cd ${pkgname}-${pkgver}
|
||||||
sed -i 's|lib64|lib|' config/Makefile.linux
|
sed -i 's|lib64|lib|' config/Makefile.linux
|
||||||
make
|
make
|
||||||
}
|
}
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
cd "${srcdir}/${pkgname}-${pkgver}"
|
cd ${pkgname}-${pkgver}
|
||||||
make GLEW_DEST="${pkgdir}/usr" install.all
|
make GLEW_DEST="${pkgdir}/usr" install.all
|
||||||
install -D -m644 LICENSE.txt "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
|
install -D -m644 LICENSE.txt "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
|
||||||
|
|
||||||
|
10
glu/PKGBUILD
10
glu/PKGBUILD
@ -1,19 +1,13 @@
|
|||||||
#
|
# maintainer almack@chakraos.org
|
||||||
# Platform Packages for Chakra, part of chakra-project.org
|
|
||||||
#
|
|
||||||
# maintainer abveritas@chakra-project.org
|
|
||||||
# contributor Andreas Radke <andyrtr@archlinux.org>
|
|
||||||
|
|
||||||
pkgname=glu
|
pkgname=glu
|
||||||
pkgver=9.0.0
|
pkgver=9.0.0
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
pkgdesc="Mesa OpenGL Utility library"
|
pkgdesc="Mesa OpenGL Utility library"
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
url="http://cgit.freedesktop.org/mesa/glu/"
|
url="http://cgit.freedesktop.org/mesa/glu/"
|
||||||
license=('LGPL')
|
license=('LGPL')
|
||||||
depends=('libgl')
|
depends=('libgl')
|
||||||
makedepends=('mesa')
|
|
||||||
options=('!libtool')
|
|
||||||
source=(ftp://ftp.freedesktop.org/pub/mesa/$pkgname/$pkgname-$pkgver.tar.bz2)
|
source=(ftp://ftp.freedesktop.org/pub/mesa/$pkgname/$pkgname-$pkgver.tar.bz2)
|
||||||
md5sums=('be9249132ff49275461cf92039083030')
|
md5sums=('be9249132ff49275461cf92039083030')
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user