Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


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