wok annotate xorg-glproto/receipt @ rev 14940

Up: embryo-dev (1.7.8)
author Dominique Corbex <domcox@slitaz.org>
date Thu Aug 08 19:15:45 2013 +0200 (2013-08-08)
parents a09e9d64e4c9
children 3af9c976b7d4
rev   line source
pankso@3010 1 # SliTaz package receipt.
pankso@3010 2
pankso@3010 3 PACKAGE="xorg-glproto"
al@14604 4 VERSION="1.4.16"
pankso@3010 5 CATEGORY="development"
al@14604 6 SHORT_DESC="GL extension headers"
pankso@3010 7 MAINTAINER="pankso@slitaz.org"
al@14604 8 LICENSE="other"
al@14604 9 WEB_SITE="http://www.x.org/"
slaxemulator@14639 10 SOURCE="glproto"
slaxemulator@14639 11 TARBALL="$SOURCE-$VERSION.tar.bz2"
al@14604 12 WGET_URL="$XORG_MIRROR/proto/$TARBALL"
al@14604 13
al@14604 14 DEPENDS="xorg-xproto mesa-dev"
gokhlayeh@6993 15 BUILD_DEPENDS="xorg-util-macros"
pankso@3010 16
pankso@3010 17 # Rules to configure and make the package.
pankso@3010 18 compile_rules()
pankso@3010 19 {
pankso@3010 20 ./configure \
pankso@12502 21 --sysconfdir=/etc \
pankso@12502 22 --localstatedir=/var \
pankso@12502 23 $CONFIGURE_ARGS &&
al@14604 24 make &&
al@14604 25 make install
pankso@3010 26 }
pankso@3010 27
pankso@3010 28 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@3010 29 genpkg_rules()
pankso@3010 30 {
al@14604 31 mkdir -p $fs/usr/share/licenses
al@14604 32 cp -a $src/COPYING $fs/usr/share/licenses/$PACKAGE.txt
al@14604 33
al@14604 34 cp -a $install/* $fs
pankso@3010 35 }