wok-next view libepoxy/receipt @ rev 20443

The rest of my "home work" for update many packages (up to Xorg, GTK and Openbox) for Next and mainly for Next64. Since this point this repository is open for commits. Many errors are expected due to harfbuzz-freetype dependency loop...
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Feb 24 16:17:33 2018 +0200 (2018-02-24)
parents d0308bf5ec4a
children 0ec6086e21d6
line source
1 # SliTaz package receipt v2.
3 PACKAGE="libepoxy"
4 VERSION="1.4.0"
5 CATEGORY="x-window"
6 SHORT_DESC="Library for handling OpenGL function pointer management"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="MIT"
9 WEB_SITE="https://github.com/anholt/libepoxy/"
10 LFS="http://www.linuxfromscratch.org/blfs/view/stable/x/libepoxy.html"
12 TARBALL="$PACKAGE-$VERSION.tar.xz"
13 WGET_URL="https://github.com/anholt/libepoxy/releases/download/v${VERSION%.*}/$TARBALL"
15 BUILD_DEPENDS="xorg-util-macros python mesa-dev"
16 SPLIT="libepoxy-dev"
18 compile_rules() {
19 ./configure $CONFIGURE_ARGS && make && make install
20 }
22 genpkg_rules() {
23 case $PACKAGE in
24 libepoxy) copy @std;;
25 *-dev) copy @dev;;
26 esac
27 }