wok view abiword-extras/receipt @ rev 3473

get-softmodem-driver: Add support for Smart Link modem
author Dominique Corbex <domcox@users.sourceforge.net>
date Tue Jun 16 21:41:05 2009 +0200 (2009-06-16)
parents 2fe94d04fc6f
children f5677e5ac179
line source
1 # SliTaz package receipt.
3 PACKAGE="abiword-extras"
4 VERSION="2.6.4"
5 CATEGORY="office"
6 SHORT_DESC="Extras for Abiword - Clipart, dictionary, templates."
7 MAINTAINER="pankso@slitaz.org"
8 DEPENDS="abiword"
9 BUILD_DEPENDS="abiword-dev"
10 TARBALL="$PACKAGE-$VERSION.tar.gz"
11 WEB_SITE="http://www.abisource.com/"
12 WGET_URL="http://www.abisource.com/downloads/abiword/$VERSION/source/$TARBALL"
14 # Rules to configure and make the package.
15 compile_rules()
16 {
17 cd $src
18 ./configure \
19 --prefix=/usr \
20 $CONFIGURE_ARGS
21 make
22 make DESTDIR=$src/_pkg install
23 }
25 # Rules to gen a SliTaz package suitable for Tazpkg.
26 genpkg_rules()
27 {
28 cp -a $_pkg/* $fs
29 }