wok view xorg-libXrandr-dev/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 fc9203de5ff2
line source
1 # SliTaz package receipt.
3 PACKAGE="xorg-libXrandr-dev"
4 VERSION="1.4.1"
5 CATEGORY="development"
6 SHORT_DESC="Xorg module devel files."
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="MIT"
9 WANTED="xorg-libXrandr"
10 SOURCE="libXrandr"
11 WEB_SITE="http://www.x.org/"
12 HOST_ARCH="i486 arm"
14 DEPENDS="xorg-libXrandr xorg-libXext-dev xorg-libXrender-dev xorg-randrproto"
16 # Rules to gen a SliTaz package suitable for Tazpkg.
17 genpkg_rules()
18 {
19 mkdir -p $fs/usr/lib
20 cp -a $install/usr/lib/*.*a* $fs/usr/lib
21 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
22 cp -a $install/usr/include $fs/usr
23 }