wok view djvulibre/receipt @ rev 14495

kbd-base/stuff/keymaps-path.list: add greek keymaps
author Richard Dunbar <mojo@slitaz.org>
date Thu May 09 20:32:53 2013 +0000 (2013-05-09)
parents
children 380ffe05937a
line source
1 # SliTaz package receipt.
3 PACKAGE="djvulibre"
4 VERSION="3.5.25.3"
5 CATEGORY="office"
6 SHORT_DESC="A web-centric format and software platform for distributing documents and images."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 WEB_SITE="http://djvu.sourceforge.net/"
9 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WGET_URL="$SF_MIRROR/djvu/$TARBALL"
12 DEPENDS="gcc-lib-base tiff jpeg"
13 BUILD_DEPENDS="tiff-dev jpeg-dev xdg-utils bash librsvg-apps"
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 ./configure \
19 --sysconfdir=/etc \
20 $CONFIGURE_ARGS &&
21 make &&
22 make install
23 }
25 # Rules to gen a SliTaz package suitable for Tazpkg.
26 genpkg_rules()
27 {
28 mkdir -p $fs/usr/lib $fs/usr/share
29 cp -a $install/usr/lib/*so* $fs/usr/lib
30 cp -a $install/usr/bin $fs/usr
31 cp -a $install/usr/share/djvu $fs/usr/share
32 }