Magellan Linux

Annotation 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 10772 - (hide annotations) (download)
Thu Feb 2 00:15:43 2012 UTC (12 years, 3 months ago) by niro
Original Path: trunk/extras/icon-naming-utils/icon-naming-utils-0.8.90-r3.smage2
File size: 653 byte(s)
-fixed SRC_URI
1 niro 8252 # $Id$
2    
3     PNAME="icon-naming-utils"
4     PVER="0.8.90"
5     PBUILD="r3"
6    
7 niro 10769 PCAT="x11-misc"
8 niro 8252
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 niro 10772 #http://tango.freedesktop.org/releases/${SRCFILE}
24 niro 8252 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 niro 10772