xorg/libepoxy/Pkgfile
2014-07-19 16:41:13 +02:00

18 lines
393 B
Plaintext

# Description: A library for handling OpenGL function pointer management
# URL: https://github.com/anholt/libepoxy
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
# Depends on: mesa3d
name=libepoxy
version=1.2
release=1
source=(http://crux.nu/files/libepoxy-$version.tar.gz)
build() {
cd libepoxy-$version
./autogen.sh
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}