wok annotate navit/receipt @ rev 14222

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