Magellan Linux

Contents of /branches/R11-unstable/extras/icon-naming-utils/icon-naming-utils-0.8.90-r3.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 25314 - (show annotations) (download)
Tue Nov 25 03:25:55 2014 UTC (9 years, 5 months ago) by niro
File size: 653 byte(s)
-release branches/R11-unstable
1 # $Id$
2
3 PNAME="icon-naming-utils"
4 PVER="0.8.90"
5 PBUILD="r3"
6
7 PCAT="x11-misc"
8
9 DESCRIPTION="Icon naming utility (Tango project)."
10 HOMEPAGE="http://tango.freedesktop.org/Standard_Icon_Naming_Specification"
11
12 DEPEND=">= dev-lang/perl-5.14
13 >= dev-perl/xml-simple-2"
14
15 SDEPEND=">= dev-util/pkgconfig-0.25"
16
17 SRCFILE="${PNAME}-${PVER}.tar.gz"
18 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
19
20 sminclude mbuild
21
22 SRC_URI=(
23 #http://tango.freedesktop.org/releases/${SRCFILE}
24 mirror://${PNAME}/${SRCFILE}
25 )
26
27 UP2TARBALL="${PNAME}"
28 UP2DATE="updatecmd_freedesktop tango"
29
30 src_compile()
31 {
32 cd ${SRCDIR}
33
34 mconfigure --libexecdir=/usr/$(mlibdir)/${PNAME} || die
35 mmake || die
36 }
37