xorg/libepoxy/Pkgfile

17 lines
382 B
Plaintext
Raw Normal View History

2014-07-19 16:41:13 +02:00
# 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
2015-11-30 00:18:38 +01:00
version=1.3.1
2014-07-19 16:41:13 +02:00
release=1
2015-11-30 00:18:38 +01:00
source=(http://crux.nu/files/libepoxy-$version.tar.bz2)
2014-07-19 16:41:13 +02:00
build() {
cd libepoxy-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}