milis/talimatname/genel/libepoxy/talimat

19 lines
422 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Description: OpenGL işlev göstergesi yönetimi ile ilgili kitaplık
# URL: https://github.com/anholt/libepoxy
# Packager: milisarge
# 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
}