Magellan Linux

Contents of /branches/magellan-next/core/desktop-file-utils/desktop-file-utils-0.15-r4.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 7994 - (show annotations) (download)
Tue Jun 28 14:57:14 2011 UTC (12 years, 11 months ago) by niro
File size: 625 byte(s)
auto added: ver bump to 0.15-r4
1 # $Id$
2
3 PNAME="desktop-file-utils"
4 PVER="0.15"
5 PBUILD="r4"
6
7 PCATEGORIE="dev-util"
8 STATE="unstable"
9
10 DESCRIPTION="desktop-file-utils contains a few command line utilities for working with desktop entries."
11 HOMEPAGE="http://www.freedesktop.org/wiki/Software/desktop-file-utils"
12
13 DEPEND=">= dev-libs/glib2-2.28
14 >= dev-libs/popt-1.16"
15
16 SRCFILE="${PNAME}-${PVER}.tar.gz"
17 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
18
19 sminclude mbuild
20
21 SRC_URI=(
22 http://www.freedesktop.org/software/${PNAME}/releases/${SRCFILE}
23 mirror://${PNAME}/${SRCFILE}
24 )
25
26 UP2DATE="updatecmd http://www.freedesktop.org/software/${PNAME}/releases/ | lasttarball gz"