wok diff libid3tag-dev/receipt @ rev 3933

mirror-tools: rename /etc/tazwok.conf
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Aug 20 13:35:04 2009 +0200 (2009-08-20)
parents cb499ecc6b69
children 6856909838d6
line diff
     1.1 --- a/libid3tag-dev/receipt	Thu May 07 23:42:45 2009 +0000
     1.2 +++ b/libid3tag-dev/receipt	Thu Aug 20 13:35:04 2009 +0200
     1.3 @@ -18,15 +18,15 @@
     1.4  	# libid3tag.pc
     1.5  	cat > $fs/usr/lib/pkgconfig/id3tag.pc << _EOT_
     1.6  prefix=/usr
     1.7 -exec_prefix=/usr/bin
     1.8 -libdir=/usr/lib
     1.9 -includedir=/usr/include
    1.10 +exec_prefix=\${prefix}/bin
    1.11 +libdir=\${prefix}/lib
    1.12 +includedir=\${prefix}/include
    1.13  
    1.14  Name: id3tag
    1.15  Description: ID3 tag manipulation library
    1.16  Requires:
    1.17 -Version: 0.15.1b
    1.18 -Libs: -L${libdir} -lid3tag -lz
    1.19 +Version: $VERSION
    1.20 +Libs: -L\${libdir} -lid3tag -lz
    1.21  Cflags: 
    1.22  _EOT_
    1.23  }