Magellan Linux

Contents of /branches/R11-unstable/extras/desktop-file-utils/desktop-file-utils-0.23-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 32832 - (show annotations) (download)
Mon Apr 29 13:46:37 2019 UTC (5 years ago) by niro
File size: 602 byte(s)
-release branches/R11-unstable
1 # $Id$
2
3 PNAME="desktop-file-utils"
4 PVER="0.23"
5 PBUILD="r1"
6
7 PCAT="dev-util"
8
9 DESCRIPTION="desktop-file-utils contains a few command line utilities for working with desktop entries."
10 HOMEPAGE="http://www.freedesktop.org/wiki/Software/desktop-file-utils"
11
12 DEPEND=">= dev-libs/glib2-2.36
13 >= dev-libs/popt-1.16"
14
15 SRCFILE="${PNAME}-${PVER}.tar.xz"
16 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
17
18 sminclude mbuild
19
20 SRC_URI=(
21 http://www.freedesktop.org/software/${PNAME}/releases/${SRCFILE}
22 mirror://${PNAME}/${SRCFILE}
23 )
24
25 UP2DATE="updatecmd http://www.freedesktop.org/software/${PNAME}/releases/ | lasttarball xz"