wok-stable view xorg-libXrandr-dev/receipt @ rev 11386

Compat: ensure that pam WGET_URL is non-https. Otherwise tazwok can't download it at cook-toolchain time
author Antoine Bodin <gokhlayeh@slitaz.org>
date Sat Dec 10 04:42:49 2011 +0100 (2011-12-10)
parents c514cc4854d8
children
line source
1 # SliTaz package receipt.
3 PACKAGE="xorg-libXrandr-dev"
4 VERSION="1.3.0"
5 #VERSION="1.3.0"
6 CATEGORY="development"
7 SHORT_DESC="Xorg module devel files."
8 MAINTAINER="pankso@slitaz.org"
9 DEPENDS="xorg-libXrandr xorg-libXext-dev xorg-libXrender-dev xorg-randrproto"
10 WANTED="xorg-libXrandr"
11 SOURCE="libXrandr"
12 WEB_SITE="http://www.x.org/"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/lib
19 cp -a $_pkg/usr/lib/*.*a* $fs/usr/lib
20 cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
21 cp -a $_pkg/usr/include $fs/usr
22 }