milis/talimatname/genel/l/libepoxy/talimat

20 lines
425 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.

# Tanım: OpenGL işlev göstergesi yönetimi ile ilgili kitaplık
# URL: https://github.com/anholt/libepoxy
# Paketçi: milisarge
# Gerekler: glibc xorg-mesa python xorg-util-macros
# Grup: kütüphane
isim=libepoxy
surum=1.3.1
devir=1
kaynak=( https://github.com/anholt/libepoxy/releases/download/v$surum/libepoxy-$surum.tar.bz2)
derle() {
cd libepoxy-$surum
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}