wok-stable view ploticus/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 8bb44c8ffbb9
children
line source
1 # SliTaz package receipt.
3 PACKAGE="ploticus"
4 VERSION="2.40"
5 CATEGORY="misc"
6 SHORT_DESC="Data display engine."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 SOURCE="pl240src"
9 TARBALL="$SOURCE.tar.gz"
10 WEB_SITE="http://ploticus.sourceforge.net/"
11 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
12 DEPENDS="zlib xorg libpng"
13 BUILD_DEPENDS="zlib-dev xorg-dev"
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 mv $SOURCE $src 2> /dev/null
19 cd $src/src
20 make || return 1
21 mkdir -p ../_pkg/usr/bin
22 cp pl ../_pkg/usr/bin
23 }
25 # Rules to gen a SliTaz package suitable for Tazpkg.
26 genpkg_rules()
27 {
28 cp -a $_pkg/usr $fs
29 }