summaryrefslogtreecommitdiffstats
path: root/base/libid3tag
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2010-10-22 21:52:46 +0200
committertnut <thierryn1 at hispeed dot ch>2010-10-22 21:52:46 +0200
commitea167954ef0ced42d1d2accb6efd47328d2824ea (patch)
tree0ebe856bdb110c4f8c16b41b7f01b7f4ec431bad /base/libid3tag
parent47580fda41d76abc0397b47eeff641a449b02c46 (diff)
downloadnutyx-pakxe-ea167954ef0ced42d1d2accb6efd47328d2824ea.tar.gz
nutyx-pakxe-ea167954ef0ced42d1d2accb6efd47328d2824ea.tar.bz2
nutyx-pakxe-ea167954ef0ced42d1d2accb6efd47328d2824ea.tar.xz
nutyx-pakxe-ea167954ef0ced42d1d2accb6efd47328d2824ea.zip
libid3tag, port nettoyé
Diffstat (limited to 'base/libid3tag')
-rw-r--r--base/libid3tag/Pkgfile2
-rw-r--r--base/libid3tag/id3tag.pc11
2 files changed, 1 insertions, 12 deletions
diff --git a/base/libid3tag/Pkgfile b/base/libid3tag/Pkgfile
index 8a79776bf..07b2eb555 100644
--- a/base/libid3tag/Pkgfile
+++ b/base/libid3tag/Pkgfile
@@ -7,7 +7,7 @@ name=libid3tag
version=0.15.1b
release=2
source=(ftp://ftp.mars.org/pub/mpeg/$name-$version.tar.gz\
- id3tag.pc)
+ http://nutyx.meticul.eu/files/patchs/$name/id3tag.pc)
build() {
mkdir -p $PKG/usr/lib/pkgconfig/
diff --git a/base/libid3tag/id3tag.pc b/base/libid3tag/id3tag.pc
deleted file mode 100644
index 686a8d00e..000000000
--- a/base/libid3tag/id3tag.pc
+++ /dev/null
@@ -1,11 +0,0 @@
-prefix=/usr
-exec_prefix=${prefix}
-libdir=${exec_prefix}/lib
-includedir=${prefix}/include
-
-Name: id3tag
-Description: ID3 tag library
-Requires:
-Version: #version#
-Libs: -L${libdir} -lid3tag -lz
-Cflags: -I${includedir}