]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - lfs/libid3tag
libid3tag: Addition of pkgconfig file
[people/pmueller/ipfire-2.x.git] / lfs / libid3tag
index 8c61c5157d740db541d3a034f954353210e2afbe..9005ca94c715a020acf27416cf9dc0e8ae227d1f 100644 (file)
@@ -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