wok-next diff libid3tag-dev/receipt @ rev 3320
Up: module-init-tools (3.9)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Jun 08 19:12:04 2009 +0200 (2009-06-08) |
parents | ba5376bd8361 |
children | f3474882f4ec |
line diff
1.1 --- a/libid3tag-dev/receipt Sun May 03 09:56:38 2009 +0000 1.2 +++ b/libid3tag-dev/receipt Mon Jun 08 19:12: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=${prefix} 1.8 -libdir=${exec_prefix}/lib 1.9 -includedir=${prefix}/include 1.10 +exec_prefix=/usr/bin 1.11 +libdir=/usr/lib 1.12 +includedir=/usr/include 1.13 1.14 Name: id3tag 1.15 Description: ID3 tag manipulation library 1.16 Requires: 1.17 -Version: $VERSION 1.18 +Version: 0.15.1b 1.19 Libs: -L${libdir} -lid3tag -lz 1.20 -Cflags: -I${includedir} 1.21 +Cflags: 1.22 _EOT_ 1.23 }