Magellan Linux

Contents of /trunk/extras/libgpod/libgpod-0.7.2-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 4038 - (show annotations) (download)
Tue Nov 17 19:15:57 2009 UTC (14 years, 5 months ago) by niro
File size: 801 byte(s)
-added
1 # $Id$
2
3 PNAME="libgpod"
4 PVER="0.7.2"
5 PBUILD="r1"
6
7 PCATEGORIE="media-libs"
8 STATE="unstable"
9
10 DESCRIPTION="Shared library to access the contents of an iPod."
11 HOMEPAGE="http://www.gtkpod.org/libgpod/"
12
13 DEPEND=">= dev-libs/glib2-2.20
14 >= x11-libs/gtk2+-2.16
15 >= dev-libs/libxml2-2.7
16 >= sys-apps/hal-0.5.12
17 >= sys-apps/sg3-utils-1.27"
18
19 SDEPEND=">= dev-util/pkgconfig-0.23
20 >= dev-libs/libxslt-1.1.24"
21
22 SRCFILE="${PNAME}-${PVER}.tar.gz"
23 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
24
25 sminclude mbuild
26
27 SRC_URI=(
28 sourceforge://gtkpod/${SRCFILE}
29 mirror://${PNAME}/${SRCFILE}
30 )
31
32 UP2DATE="updatecmd_sourceforge gtkpod ${PNAME} | sed 's:${PNAME}-::'"
33
34 src_compile()
35 {
36 cd ${SRCDIR}
37
38 # disabled python support atm
39 mconfigure --with-hal --enable-gdk-pixbuf --without-python --disable-pyobject || die
40 mmake || die
41 }

Properties

Name Value
svn:keywords Id