wok-4.x view ploticus/receipt @ rev 5340

Updated transmission to 1.92. Added expat-dev to build depends of transmission. Also transmission-cli, transmission-daemon, and transmission-web are all updated to 1.92.
author Christopher Rogers <slaxemulator@gmail.com>
date Tue Apr 27 10:14:26 2010 +0000 (2010-04-27)
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 }