2017-03-30 10:49:56 +02:00
|
|
|
|
# Description: OpenGL işlev göstergesi yönetimi ile ilgili kitaplık
|
2016-02-24 01:27:23 +01:00
|
|
|
|
# URL: https://github.com/anholt/libepoxy
|
2017-03-30 10:49:56 +02:00
|
|
|
|
# Packager: milisarge
|
2016-02-24 01:27:23 +01:00
|
|
|
|
# Depends on: glibc xorg-mesa python xorg-util-macros
|
|
|
|
|
|
|
|
|
|
name=libepoxy
|
|
|
|
|
version=1.3.1
|
|
|
|
|
release=1
|
|
|
|
|
|
|
|
|
|
source=( https://github.com/anholt/libepoxy/releases/download/v$version/libepoxy-$version.tar.bz2)
|
|
|
|
|
|
|
|
|
|
build() {
|
|
|
|
|
cd libepoxy-$version
|
|
|
|
|
./configure --prefix=/usr
|
|
|
|
|
make
|
|
|
|
|
make DESTDIR=$PKG install
|
|
|
|
|
}
|
|
|
|
|
|