wok-next annotate libepoxy/receipt @ rev 19653

Up: asciidoc, doxygen, tslib, xorg-server, xorg-xkeyboard-config; fix: eudev; add: libepoxy.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Mar 02 05:17:16 2017 +0200 (2017-03-02)
parents
children f463de72afe3
rev   line source
al@19653 1 # SliTaz package receipt.
al@19653 2
al@19653 3 PACKAGE="libepoxy"
al@19653 4 VERSION="1.3.1"
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@19653 10
al@19653 11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
al@19653 12 WGET_URL="${WEB_SITE}releases/download/v$VERSION/$TARBALL"
al@19653 13
al@19653 14 BUILD_DEPENDS="xorg-util-macros python mesa-dev"
al@19653 15
al@19653 16 # Rules to configure and make the package.
al@19653 17 compile_rules()
al@19653 18 {
al@19653 19 ./configure $CONFIGURE_ARGS && make && make install
al@19653 20 }
al@19653 21
al@19653 22 # Rules to gen a SliTaz package suitable for Tazpkg.
al@19653 23 genpkg_rules()
al@19653 24 {
al@19653 25 cook_copy_files *.so*
al@19653 26 }