Magellan Linux

Contents of /branches/R11-stable/extras/automoc4/automoc4-0.9.88-r7.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 15075 - (show annotations) (download)
Wed Jan 2 10:39:32 2013 UTC (11 years, 4 months ago) by niro
File size: 516 byte(s)
-release branches/R11-stable
1 # $Id$
2
3 PNAME="automoc4"
4 PVER="0.9.88"
5 PBUILD="r7"
6
7 DESCRIPTION="KDE Meta Object Compiler."
8
9 sminclude kde4
10
11 # override default depends from kde4.sminc!
12 DEPEND=">= x11-libs/qt4-core-4.8"
13
14 # keep the '4' in PNAME
15 SRCFILE="${PNAME}-${PVER}.tar.bz2"
16 # keep the '4' in SRCDIR
17 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
18
19 # unusual uri-scheme
20 SRC_URI=(
21 kde://${PNAME}/${PVER}/${SRCFILE}
22 mirror://${PNAME}/${SRCFILE}
23 )
24
25 UP2DATE="updatecmd -listonly ftp://ftp.kde.org/pub/kde/stable/${PNAME} | sed -n 's:.*\/\(.*\)\/:\1:;$ p'"