wok-6.x view evince-doc/receipt @ rev 7674

Fixed linux. Need to make folder PWD/_pkg before adding bzImage to it. Also i'm force copying kernel config file now so we have the right config. It is copyed twice so its needed and doesn't hunt anything i think.
author Christopher Rogers <slaxemulator@gmail.com>
date Thu Dec 16 17:16:06 2010 +0000 (2010-12-16)
parents 64ec3b23db15
children 129bb5b11a7e
line source
1 # SliTaz package receipt.
3 PACKAGE="evince-doc"
4 VERSION="2.30.3"
5 CATEGORY="development"
6 SHORT_DESC="Evince documention."
7 MAINTAINER="erjo@slitaz.org"
8 DEPENDS="evince"
9 TARBALL="$PACKAGE-$VERSION.tar.bz2"
10 WEB_SITE="http://projects.gnome.org/evince/"
11 WANTED="evince"
13 # Rules to configure and make the package.
14 compile_rules()
15 {
16 [ -d $_pkg/usr/share/gnome -a \
17 -d $_pkg/usr/share/gtk-doc -a \
18 -d $_pkg/usr/share/omf ]
19 }
21 # Rules to gen a SliTaz package suitable for Tazpkg.
22 genpkg_rules()
23 {
24 mkdir -p $fs/usr/share
25 cp -a $_pkg/usr/share/gnome $fs/usr/share
26 cp -a $_pkg/usr/share/gtk-doc $fs/usr/share
27 cp -a $_pkg/usr/share/omf $fs/usr/share
28 }