Magellan Linux

Contents of /trunk/extras/xdg-user-dirs/xdg-user-dirs-0.16-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 30053 - (show annotations) (download)
Tue Oct 24 14:05:48 2017 UTC (6 years, 6 months ago) by niro
File size: 548 byte(s)
-added docbook-xsl-stylesheets dep, replacing libxslt
1 # $Id$
2
3 PNAME="xdg-user-dirs"
4 PVER="0.16"
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"