Magellan Linux

Contents of /trunk/extras/font-dejavu/font-dejavu-2.31-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 5752 - (show annotations) (download)
Mon Aug 9 09:57:20 2010 UTC (13 years, 8 months ago) by niro
File size: 445 byte(s)
auto added: ver bump to 2.31-r1
1 # $Id$
2
3 PNAME="font-dejavu"
4 PVER="2.31"
5 PBUILD="r1"
6
7 PCATEGORIE="media-fonts"
8 STATE="unstable"
9
10 DESCRIPTION="Adobe font family - 100dpi."
11 HOMEPAGE="http://dejavu-fonts.org/"
12
13 SRCFILE="dejavu-fonts-ttf-${PVER}.tar.bz2"
14 SRCDIR="${BUILDDIR}/dejavu-fonts-ttf-${PVER}"
15
16 sminclude xorg
17
18 SRC_URI=(
19 sourceforge://dejavu/${SRCFILE}
20 mirror://${PNAME}/${SRCFILE}
21 )
22
23 UP2DATE="updatecmd_sourceforge dejavu"
24
25 # fake, compilation needed
26 src_compile() { :; }