Magellan Linux

Contents of /branches/magellan-next/core/shared-mime-info/shared-mime-info-0.90-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 8112 - (show annotations) (download)
Tue Jul 12 16:31:21 2011 UTC (12 years, 9 months ago) by niro
File size: 643 byte(s)
auto added: ver bump to 0.90-r2
1 # $Id$
2
3 PNAME="shared-mime-info"
4 PVER="0.90"
5 PBUILD="r2"
6
7 PCATEGORIE="x11-misc"
8
9 DESCRIPTION="This package contains the core database of common types and the *update-mime-database* command used to extend it."
10 HOMEPAGE="http://freedesktop.org/wiki/Software/shared-mime-info/"
11
12 DEPEND=">= dev-libs/glib2-2.24
13 >= dev-libs/libxml2-2.7"
14
15 SDEPEND=">= dev-util/pkgconfig-0.25
16 >= dev-util/intltool-0.41"
17
18 SRCFILE="${PNAME}-${PVER}.tar.bz2"
19 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
20
21 sminclude mbuild
22
23 SRC_URI=(
24 http://freedesktop.org/~hadess/${SRCFILE}
25 mirror://${PNAME}/${SRCFILE}
26 )
27
28 UP2DATE="updatecmd http://freedesktop.org/~hadess/ | lasttarball"