wok diff libisofs/receipt @ rev 8920

splint needs -j1 to compile
author Antoine Bodin <gokhlayeh@slitaz.org>
date Tue Mar 01 02:17:56 2011 +0100 (2011-03-01)
parents cf6909906a99
children 540e07f1f4e1
line diff
     1.1 --- a/libisofs/receipt	Sat Dec 11 06:14:07 2010 +0000
     1.2 +++ b/libisofs/receipt	Tue Mar 01 02:17:56 2011 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="libisofs"
     1.7 -VERSION="0.6.40"
     1.8 +VERSION="1.0.2"
     1.9  CATEGORY="utilities"
    1.10  SHORT_DESC="libburnia is a project for reading, mastering  and writing optical discs."
    1.11  MAINTAINER="devl547@gmail.com"
    1.12 @@ -13,10 +13,9 @@
    1.13  compile_rules()
    1.14  {
    1.15  	cd $src
    1.16 -	./configure --prefix=/usr --infodir=/usr/share/info \
    1.17 -	--mandir=/usr/share/man $CONFIGURE_ARGS &&
    1.18 +	./configure &&
    1.19  	make &&
    1.20 -	make DESTDIR=$PWD/_pkg install
    1.21 +	make install
    1.22  }
    1.23  
    1.24  # Rules to gen a SliTaz package suitable for Tazpkg.