Magellan Linux

Contents of /trunk/extras/desktop-file-utils/desktop-file-utils-0.24-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 33079 - (show annotations) (download)
Thu Oct 17 19:30:25 2019 UTC (4 years, 6 months ago) by niro
File size: 602 byte(s)
auto added: ver bump to 0.24-r1
1 # $Id$
2
3 PNAME="desktop-file-utils"
4 PVER="0.24"
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.62
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"