summaryrefslogtreecommitdiffstats
path: root/base/libid3tag
diff options
context:
space:
mode:
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}