wok-next annotate 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
rev   line source
al@19841 1 # SliTaz package receipt v2.
al@19653 2
al@19653 3 PACKAGE="libepoxy"
al@19841 4 VERSION="1.4.0"
al@19653 5 CATEGORY="x-window"
al@19653 6 SHORT_DESC="Library for handling OpenGL function pointer management"
al@19653 7 MAINTAINER="al.bobylev@gmail.com"
al@19653 8 LICENSE="MIT"
al@19653 9 WEB_SITE="https://github.com/anholt/libepoxy/"
al@20443 10 LFS="http://www.linuxfromscratch.org/blfs/view/stable/x/libepoxy.html"
al@19653 11
al@19841 12 TARBALL="$PACKAGE-$VERSION.tar.xz"
al@19841 13 WGET_URL="https://github.com/anholt/libepoxy/releases/download/v${VERSION%.*}/$TARBALL"
al@19653 14
al@19653 15 BUILD_DEPENDS="xorg-util-macros python mesa-dev"
al@19841 16 SPLIT="libepoxy-dev"
al@19653 17
al@20443 18 compile_rules() {
al@19653 19 ./configure $CONFIGURE_ARGS && make && make install
al@19653 20 }
al@19653 21
al@20443 22 genpkg_rules() {
al@19841 23 case $PACKAGE in
al@19841 24 libepoxy) copy @std;;
al@19841 25 *-dev) copy @dev;;
al@19841 26 esac
al@19653 27 }