Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 30789 - (show annotations) (download)
Wed Apr 4 13:36:26 2018 UTC (6 years, 1 month ago) by niro
File size: 548 byte(s)
auto added: ver bump to 0.17-r1
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"