mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-02-03 14:07:15 +08:00
GLFW 2.7.5.
This commit is contained in:
parent
cc450bbc80
commit
45d7572fe9
@ -4,7 +4,7 @@
|
|||||||
# Maintainer: Adrián Chaves Fernández (Gallaecio) <adriyetichaves gmail.com>
|
# Maintainer: Adrián Chaves Fernández (Gallaecio) <adriyetichaves gmail.com>
|
||||||
|
|
||||||
pkgname=glfw
|
pkgname=glfw
|
||||||
pkgver=2.7.3
|
pkgver=2.7.5
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="A free, open source, portable framework for OpenGL application development."
|
pkgdesc="A free, open source, portable framework for OpenGL application development."
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
@ -12,14 +12,14 @@ url="http://glfw.sourceforge.net/"
|
|||||||
license=('ZLIB')
|
license=('ZLIB')
|
||||||
depends=('mesa' 'xorg-server')
|
depends=('mesa' 'xorg-server')
|
||||||
source=(http://sunet.dl.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.bz2 )
|
source=(http://sunet.dl.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.bz2 )
|
||||||
md5sums=('f0e40049cc3ef30cb145047a7631ab3f')
|
md5sums=('b9ef11d08b6283b1b4a274fcf995fd79')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd $srcdir/$pkgname-$pkgver
|
cd $srcdir/$pkgname-$pkgver
|
||||||
|
|
||||||
mkdir -p $pkgdir/usr/lib $pkgdir/usr/include/GL
|
mkdir -p $pkgdir/usr/lib $pkgdir/usr/include/GL
|
||||||
|
CXXFLAGS="" \
|
||||||
make x11
|
make VERBOSE=1 x11
|
||||||
}
|
}
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
|
Loading…
Reference in New Issue
Block a user