Magellan Linux

Contents of /branches/magellan-next/extras/icon-naming-utils/icon-naming-utils-0.8.90-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 8249 - (show annotations) (download)
Wed Jul 13 15:16:02 2011 UTC (12 years, 9 months ago) by niro
File size: 743 byte(s)
imported
1 # $Id: icon-naming-utils-0.8.90-r1.smage2 4234 2009-12-01 00:03:25Z niro $
2
3 PNAME="icon-naming-utils"
4 PVER="0.8.90"
5 PBUILD="r2"
6
7 PCATEGORIE="x11-misc"
8 STATE="unstable"
9
10 DESCRIPTION="Icon naming utility (Tango project)."
11 HOMEPAGE="http://tango.freedesktop.org/Standard_Icon_Naming_Specification"
12
13 DEPEND=">= dev-lang/perl-5.10
14 >= dev-perl/xml-simple-2"
15
16 SDEPEND=">= dev-util/pkgconfig-0.23"
17
18 SRCFILE="${PNAME}-${PVER}.tar.gz"
19 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
20
21 sminclude mbuild
22
23 SRC_URI=(
24 http://tango.freedesktop.org/releases/${SRCFILE}
25 mirror://${PNAME}/${SRCFILE}
26 )
27
28 UP2TARBALLE="${PNAME}-"
29 UP2DATE="updatecmd_freedesktop tango"
30
31 src_compile()
32 {
33 cd ${SRCDIR}
34
35 mconfigure --libexecdir=/usr/$(mlibdir)/${PNAME} || die
36 mmake || die
37 }