Simplify template files by removing run_stuff_<stage>_<phase> variables.
[pkgfs.git] / templates / shared-mime-info.tmpl
blobe1d0bd837423518bef79db8bc01d1fa1e2012f2d
1 # Template build file for 'shared-mime-info'.
2 pkgname=shared-mime-info
3 version=0.51
4 patch_files="$pkgname-fix-pkgconfig.diff"
5 extract_sufx=".tar.bz2"
6 url=http://people.freedesktop.org/~hadess
7 build_style=gnu_configure
8 configure_args="--disable-update-mimedb"
9 make_cmd="$PKGFS_MASTERDIR/bin/gmake"
10 pkgconfig_override="shared-mime-info.pc"
11 short_desc="Core database of common types"
12 maintainer="Juan RP <xtraeme@gmail.com>"
13 checksum=9e0281f3bd9ac44af60833ec6b15af9f58936cc7
14 long_desc="
15  Many programs and desktops use the MIME system to represent the types of
16  files. Frequently, it is necessary to work out the correct MIME type for
17  a file. This is generally done by examining the file's name or contents,
18  and looking up the correct MIME type in a database.
20  For interoperability, it is useful for different programs to use the same
21  database so that different programs agree on the type of a file, and new
22  rules for determining the type apply to all programs.
24  This package contains the core database of common types and the
25  update-mime-database command used to extend it."
27 # Update shared-mime-info database file.
28 postinstall_helpers="update-mimedb.sh"