wok view navit/receipt @ rev 14621

Up: cups to 1.6.1.
author Christopher Rogers <slaxemulator@gmail.com>
date Sat Jun 01 10:12:35 2013 +0000 (2013-06-01)
parents 4aed2b24febc
children 5286a067ac76
line source
1 # SliTaz package receipt.
3 PACKAGE="navit"
4 VERSION="0.2.0"
5 CATEGORY="utilities"
6 SHORT_DESC="Navit is a car navigation system with routing engine. "
7 MAINTAINER="al.bobylev@gmail.com"
8 WEB_SITE="http://www.navit-project.org/"
9 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
12 DEPENDS="glib glibc-base libpostgresqlclient zlib"
13 BUILD_DEPENDS="mesa-dev freeglut-dev quesoglc-dev freeimage-dev \
14 imagemagick-dev xorg-libXpm-dev xorg-libXmu-dev gtk+-dev libsdl-dev \
15 libsdl-image-dev freetype-dev fribidi-dev imlib2-dev postgresql-dev \
16 xorg-libXi-dev openssl-dev"
18 # Rules to configure and make the package.
19 compile_rules()
20 {
21 ./configure $CONFIGURE_ARGS &&
22 make &&
23 make DESTDIR=$DESTDIR install
24 }
26 # Rules to gen a SliTaz package suitable for Tazpkg.
27 genpkg_rules()
28 {
29 cp -a $install/* $fs
30 rm -f $fs/usr/lib/*.la
31 rm -rf $fs/usr/share/man
32 }