]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/libid3tag
buildprocess: Add extra metadata to pak lfs files
[ipfire-2.x.git] / lfs / libid3tag
index e62619fecb85e75032d0a1dd5febe3c95f8a4458..1e0c4f3adec9ec1614f2cd5f1bee2d01bc4a8c45 100644 (file)
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007  Michael Tremer & Christian Schmidt                      #
+# Copyright (C) 2007-2018  IPFire Team  <info@ipfire.org>                     #
 #                                                                             #
 # This program is free software: you can redistribute it and/or modify        #
 # it under the terms of the GNU General Public License as published by        #
@@ -24,6 +24,8 @@
 
 include Config
 
+SUMMARY    = ID3 Tag Manipulation Library
+
 VER        = 0.15.1b
 
 THISAPP    = libid3tag-$(VER)
@@ -32,9 +34,11 @@ DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = libid3tag
-PAK_VER    = 1
+PAK_VER    = 3
+
+DEPS       =
 
-DEPS       = ""
+SERVICES   =
 
 ###############################################################################
 # Top-level Rules
@@ -78,6 +82,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