Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 25870 - (show annotations) (download)
Tue Nov 25 04:25:29 2014 UTC (9 years, 5 months ago) by niro
File size: 506 byte(s)
-release branches/R11-unstable
1 # $Id$
2
3 PNAME="xdg-user-dirs"
4 PVER="0.15"
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
15 SRCFILE="${PNAME}-${PVER}.tar.gz"
16 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
17
18 sminclude mbuild
19
20 SRC_URI=(
21 http://user-dirs.freedesktop.org/releases/${SRCFILE}
22 mirror://${PNAME}/${SRCFILE}
23 )
24
25 UP2TARBALL="${PNAME}"
26 UP2DATE="updatecmd_freedesktop user-dirs gz"