wok view xorg-libXau-dev/receipt @ rev 6574

Up: sqlite, sqlite-dev, lemon to 3.7.3. Made so lemon compiles itself when genpkg only so the patch in compile_rules gets though. Otherwize it will be from sqlite directly without patch and bigger by 8kb or corrupted package with nothing in it since sqlite- will not exist in /lemon.
author Christopher Rogers <slaxemulator@gmail.com>
date Fri Oct 08 16:36:42 2010 +0000 (2010-10-08)
parents 55fede281d6c
children c514cc4854d8
line source
1 # SliTaz package receipt.
3 PACKAGE="xorg-libXau-dev"
4 VERSION="1.0.6"
5 CATEGORY="development"
6 SHORT_DESC="Xorg authorization routines devel files."
7 MAINTAINER="pankso@slitaz.org"
8 DEPENDS="xorg-dev"
9 WANTED="xorg-libXau"
10 SOURCE="libXau"
11 WEB_SITE="http://www.x.org/"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 mkdir -p $fs/usr/lib
17 _pkg=$WOK/$WANTED/$SOURCE-$VERSION/_pkg
18 cp -a $_pkg/usr/lib/*.*a* $fs/usr/lib
19 cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
20 cp -a $_pkg/usr/include $fs/usr
21 }