wok view xorg-xf86dgaproto/receipt @ rev 17057

syslinux/c32box: x86_64 auto select
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Aug 21 09:56:57 2014 +0200 (2014-08-21)
parents 3af9c976b7d4
children 814c58f64f83
line source
1 # SliTaz package receipt.
3 PACKAGE="xorg-xf86dgaproto"
4 VERSION="2.1"
5 CATEGORY="development"
6 SHORT_DESC="XF86DGA extension headers"
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="other"
9 WEB_SITE="http://www.x.org/"
10 SOURCE="xf86dgaproto"
11 TARBALL="$SOURCE-$VERSION.tar.bz2"
12 WGET_URL="$XORG_MIRROR/proto/$TARBALL"
13 HOST_ARCH="i486 arm"
15 DEPENDS="xorg-util-macros pkg-config"
16 # /usr/include/X11/extensions/xf86dga.h: #include <X11/extensions/Xxf86dga.h> ?
17 BUILD_DEPENDS="xorg-util-macros"
19 # Rules to configure and make the package.
20 compile_rules()
21 {
22 ./configure \
23 --sysconfdir=/etc \
24 --localstatedir=/var \
25 $CONFIGURE_ARGS &&
26 make &&
27 make install
28 }
30 # Rules to gen a SliTaz package suitable for Tazpkg.
31 genpkg_rules()
32 {
33 mkdir -p $fs/usr/share/licenses
34 cp -a $src/COPYING $fs/usr/share/licenses/$PACKAGE.txt
36 cp -a $install/* $fs
37 }