Magellan Linux

Contents of /branches/R11-unstable/extras/xdg-user-dirs/xdg-user-dirs-0.17-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 32352 - (show annotations) (download)
Mon Apr 29 12:19:48 2019 UTC (5 years ago) by niro
File size: 548 byte(s)
-release branches/R11-unstable
1 # $Id$
2
3 PNAME="xdg-user-dirs"
4 PVER="0.17"
5 PBUILD="r1"
6
7 PCAT="x11-misc"
8
9 DESCRIPTION="A tool to help manage 'well known' user directories."
10 HOMEPAGE="http://www.freedesktop.org/wiki/Software/xdg-user-dirs"
11
12 DEPEND=""
13 SDEPEND=">= sys-dev/gettext-0.18
14 >= app-text/docbook-xsl-stylesheets-1.79"
15
16 SRCFILE="${PNAME}-${PVER}.tar.gz"
17 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
18
19 sminclude mbuild
20
21 SRC_URI=(
22 http://user-dirs.freedesktop.org/releases/${SRCFILE}
23 mirror://${PNAME}/${SRCFILE}
24 )
25
26 UP2TARBALL="${PNAME}"
27 UP2DATE="updatecmd_freedesktop user-dirs gz"