Magellan Linux

Contents of /smage/trunk/extras/libgsf/libgsf-1.14.20-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1708 - (show annotations) (download)
Fri Apr 8 11:44:01 2011 UTC (13 years ago) by niro
File size: 500 byte(s)
auto added: ver bump to 1.14.20-r1
1 # $Id$
2
3 PNAME="libgsf"
4 PVER="1.14.20"
5 PBUILD="r1"
6
7 PCATEGORIE="gnome-extra"
8 STATE="unstable"
9
10 DESCRIPTION="GNOME Structured File Library."
11 HOMEPAGE="http://gnome.org/"
12
13 DEPEND=">= dev-libs/libxml2-2.7
14 >= dev-libs/glib2-2.28
15 >= sys-libs/zlib-1.2"
16
17 SDEPEND=">= dev-util/pkgconfig-0.25"
18
19 SRCFILE="${PNAME}-${PVER}.tar.bz2"
20 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
21
22 sminclude mbuild
23
24 SRC_URI=(
25 gnome://${PNAME/2/}/${PVER%.*}/${SRCFILE}
26 mirror://${PNAME}/${SRCFILE}
27 )
28
29 UP2DATE="updatecmd_gnome ${PNAME}"