gsrc-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gsrc-commit] /srv/bzr/gsrc/trunk r2090: add blurb for libextractor


From: Brandon Invergo
Subject: [Gsrc-commit] /srv/bzr/gsrc/trunk r2090: add blurb for libextractor
Date: Sat, 30 Mar 2013 13:06:16 +0100
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 2090
committer: Brandon Invergo <address@hidden>
branch nick: trunk
timestamp: Sat 2013-03-30 13:06:16 +0100
message:
  add blurb for libextractor
modified:
  gnu/libextractor/Makefile
=== modified file 'gnu/libextractor/Makefile'
--- a/gnu/libextractor/Makefile 2012-12-16 23:14:20 +0000
+++ b/gnu/libextractor/Makefile 2013-03-30 12:06:16 +0000
@@ -3,6 +3,14 @@
 GARVERSION = 1.0.1
 HOME_URL = http://www.gnu.org/software/libextractor/
 DESCRIPTION = A library for extracting metadata from files
+define BLURB
+ GNU Libextractor is a library for extracting metadata from files.  It
+ supports a very large number of file formats, including audio files,
+ document files, and archive files.  Each file format is implemented
+ as a plugin, so new formats can be added easily.  The package also
+ containes a command-line tool to extract metadata from a file and 
+ print the results.
+endef
 
 ######################################################################
 
@@ -20,5 +28,6 @@
 include ../../gar.lib/auto.mk
 include config.mk
 
-CONFIGURE_ARGS += --with-libiconv-prefix=$(prefix) 
--with-libintl-prefix=$(prefix)
+CONFIGURE_ARGS += --with-libiconv-prefix=$(prefix) \
+                                 --with-libintl-prefix=$(prefix)
 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]