wok-next annotate xorg-glproto/receipt @ rev 20523

libnsgif: add missing stuff
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Mar 23 15:16:45 2018 +0200 (2018-03-23)
parents ea3c4b76ea5d
children 757d032c55c7
rev   line source
al@19805 1 # SliTaz package receipt v2.
pankso@3010 2
pankso@3010 3 PACKAGE="xorg-glproto"
al@19634 4 VERSION="1.4.17"
pankso@3010 5 CATEGORY="development"
al@19805 6 SHORT_DESC="GL/GLX (3D) header files"
pankso@3010 7 MAINTAINER="pankso@slitaz.org"
al@19805 8 LICENSE="MIT"
al@19634 9 WEB_SITE="https://www.x.org/wiki/"
al@20443 10 LFS="http://www.linuxfromscratch.org/blfs/view/stable/x/x7proto.html"
al@19634 11
al@19634 12 TARBALL="glproto-$VERSION.tar.bz2"
al@14604 13 WGET_URL="$XORG_MIRROR/proto/$TARBALL"
al@14604 14
gokhlayeh@6993 15 BUILD_DEPENDS="xorg-util-macros"
pankso@3010 16
al@20443 17 compile_rules() {
al@19805 18 ./configure \
al@19805 19 --sysconfdir=/etc \
al@19805 20 --localstatedir=/var \
al@19805 21 $CONFIGURE_ARGS &&
al@19805 22 make &&
al@19805 23 make install
pankso@3010 24 }
pankso@3010 25
al@20443 26 genpkg_rules() {
al@19805 27 copy @dev
al@19805 28 DEPENDS="xorg-xproto"
pankso@3010 29 }