summaryrefslogtreecommitdiff
path: root/libepoxy/Pkgfile
blob: 6055974cbfd37d0ab3beb990cc2b4ca1ba6080fe (plain)
    1 # Description: A library for handling OpenGL function pointer management
    2 # URL: https://github.com/anholt/libepoxy
    3 # Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
    4 # Depends on: mesa3d
    5 
    6 name=libepoxy
    7 version=1.4.3
    8 release=1
    9 source=(https://github.com/anholt/libepoxy/releases/download/$version/libepoxy-$version.tar.xz)
   10 
   11 build() {
   12 	cd libepoxy-$version
   13 
   14 	mkdir _build && cd _build
   15 	meson --prefix /usr
   16 	ninja
   17 	DESTDIR=$PKG ninja install
   18 }

Generated by cgit