Magellan Linux

Annotation of /branches/R11-unstable/extras/icon-naming-utils/icon-naming-utils-0.8.90-r4.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 29330 - (hide annotations) (download)
Thu Jun 1 08:49:11 2017 UTC (6 years, 11 months ago) by niro
Original Path: trunk/extras/icon-naming-utils/icon-naming-utils-0.8.90-r4.smage2
File size: 660 byte(s)
auto added: ver bump to 0.8.90-r4
1 niro 29330 # $Id$
2    
3     PNAME="icon-naming-utils"
4     PVER="0.8.90"
5     PBUILD="r4"
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.24.1
13     >= dev-perl/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