mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
libid3tag: Addition of pkgconfig file
- id3tag.pc pkgconfig file required for mpd-0.22.6 to find libid3tag library files - Update of rootfile - update lfs to install id3tag.pc file to /usr/lib/pkgconfig directory Signed-off-by: Adolf Belka <adolf.belka@ipfire.org> Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
committed by
Michael Tremer
parent
6216b6709f
commit
748ab174c2
8
config/libid3tag/id3tag.pc
Normal file
8
config/libid3tag/id3tag.pc
Normal file
@@ -0,0 +1,8 @@
|
||||
prefix=/usr
|
||||
libdir=${prefix}/lib
|
||||
|
||||
Name: ID3TAG
|
||||
Description: libid3tag - ID3 tag manipulation library
|
||||
Version: 0.15.1b
|
||||
Libs: -L${libdir} -lid3tag -lz
|
||||
Cflags:
|
||||
@@ -1,6 +1,7 @@
|
||||
#usr/include/id3tag.h
|
||||
#usr/lib/libid3tag.a
|
||||
#usr/lib/libid3tag.la
|
||||
usr/lib/libid3tag.so
|
||||
#usr/lib/libid3tag.so
|
||||
usr/lib/libid3tag.so.0
|
||||
usr/lib/libid3tag.so.0.3.0
|
||||
usr/lib/pkgconfig/id3tag.pc
|
||||
|
||||
@@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE)
|
||||
DIR_APP = $(DIR_SRC)/$(THISAPP)
|
||||
TARGET = $(DIR_INFO)/$(THISAPP)
|
||||
PROG = libid3tag
|
||||
PAK_VER = 1
|
||||
PAK_VER = 2
|
||||
|
||||
DEPS =
|
||||
|
||||
@@ -78,6 +78,9 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
|
||||
@$(PREBUILD)
|
||||
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
|
||||
$(UPDATE_AUTOMAKE)
|
||||
# install id3tag pkgconfig file
|
||||
install -v -m 644 ${DIR_SRC}/config/libid3tag/id3tag.pc \
|
||||
/usr/lib/pkgconfig/id3tag.pc
|
||||
cd $(DIR_APP) && ./configure --prefix=/usr
|
||||
cd $(DIR_APP) && make $(MAKETUNING) $(EXTRA_MAKE)
|
||||
cd $(DIR_APP) && make install
|
||||
|
||||
Reference in New Issue
Block a user