Magellan Linux

Contents of /branches/magellan-next/extras/automoc4/automoc4-0.9.88-r4.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 6837 - (show annotations) (download)
Wed Sep 22 18:53:32 2010 UTC (13 years, 7 months ago) by niro
File size: 615 byte(s)
auto added: ver bump to 0.9.88-r4
1 # $Id: automoc4-0.9.88-r3.smage2 4818 2010-02-10 19:53:36Z niro $
2
3 PNAME="automoc4"
4 PVER="0.9.88"
5 PBUILD="r4"
6
7 PCATEGORIE="kde-base"
8 STATE="unstable"
9
10 DESCRIPTION="KDE Meta Object Compiler."
11
12 sminclude kde4
13
14 # override default depends from kde4.sminc!
15 DEPEND=">= x11-libs/qt4-core-4.7"
16
17 # keep the '4' in PNAME
18 SRCFILE="${PNAME}-${PVER}.tar.bz2"
19 # keep the '4' in SRCDIR
20 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
21
22 # unusual uri-scheme
23 SRC_URI=(
24 kde://${PNAME}/${PVER}/${SRCFILE}
25 mirror://${PNAME}/${SRCFILE}
26 )
27
28 UP2DATE="updatecmd -listonly ftp://ftp.kde.org/pub/kde/stable/${PNAME} | sed -n 's:.*\/\(.*\)\/:\1:;$ p'"