Magellan Linux

Contents of /branches/R11-stable/extras/xdg-user-dirs/xdg-user-dirs-0.14-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 15412 - (show annotations) (download)
Wed Jan 2 11:41:14 2013 UTC (11 years, 4 months ago) by niro
File size: 506 byte(s)
-release branches/R11-stable
1 # $Id$
2
3 PNAME="xdg-user-dirs"
4 PVER="0.14"
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"