milis/talimatname/genel/l/libepoxy/talimat

19 lines
405 B
Plaintext
Raw Normal View History

2017-10-27 20:46:27 +02:00
# Tanım: 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-10-27 20:46:27 +02:00
# Paketçi: milisarge
# Gerekler: glibc xorg-mesa python xorg-util-macros
2016-02-24 01:27:23 +01:00
2017-10-28 14:10:23 +02:00
isim=libepoxy
surum=1.3.1
devir=1
2016-02-24 01:27:23 +01:00
2017-10-28 14:10:23 +02:00
kaynak=( https://github.com/anholt/libepoxy/releases/download/v$surum/libepoxy-$surum.tar.bz2)
2016-02-24 01:27:23 +01:00
2017-10-27 23:59:41 +02:00
derle() {
2017-10-28 14:10:23 +02:00
cd libepoxy-$surum
2016-02-24 01:27:23 +01:00
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}