Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1709 - (show annotations) (download)
Fri Apr 8 11:45:11 2011 UTC (13 years ago) by niro
File size: 572 byte(s)
-mcorify
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 MCORE_ONLY_KEEP="usr/$(mlibdir)/*.so usr/$(mlibdir)/*.so.*"
23 sminclude mbuild mcore-split
24
25 SRC_URI=(
26 gnome://${PNAME/2/}/${PVER%.*}/${SRCFILE}
27 mirror://${PNAME}/${SRCFILE}
28 )
29
30 UP2DATE="updatecmd_gnome ${PNAME}"