Magellan Linux

Contents of /branches/magellan-next/extras/xdg-user-dirs/xdg-user-dirs-0.14-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 8142 - (show annotations) (download)
Tue Jul 12 18:33:41 2011 UTC (12 years, 10 months ago) by niro
File size: 512 byte(s)
auto added: ver bump to 0.14-r1
1 # $Id$
2
3 PNAME="xdg-user-dirs"
4 PVER="0.14"
5 PBUILD="r1"
6
7 PCATEGORIE="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"