wok view extrema/receipt @ rev 9747

Up: mpfre-dev to 3.0.1.
author Christopher Rogers <slaxemulator@gmail.com>
date Tue May 10 11:42:55 2011 +0000 (2011-05-10)
parents d3e28de5e48e
children 5aed441f9960
line source
1 # SliTaz package receipt.
3 PACKAGE="extrema"
4 VERSION="4.4.5"
5 CATEGORY="office"
6 SHORT_DESC="Powerful visualization and data analysis tool."
7 MAINTAINER="pankso@slitaz.org"
8 TARBALL="$PACKAGE-$VERSION.tar.gz"
9 DEPENDS="gtk+ wxWidgets xorg-libXxf86vm libxml2"
10 WEB_SITE="http://exsitewebware.com/extrema/"
11 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
12 TAGS="data visualization analysis"
14 # Rules to configure and make the package.
15 compile_rules()
16 {
17 cd $src
18 ./configure \
19 --enable-shared &&
20 make &&
21 make install
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 mkdir -p $fs/usr/lib $fs/usr/share
28 cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
29 cp -a $_pkg/usr/share/extrema $fs/usr/share
30 cp -a $_pkg/usr/bin $fs/usr
31 }