Magellan Linux

Contents of /trunk/extras/libguess/libguess-1.1-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 13244 - (show annotations) (download)
Tue Sep 11 12:45:34 2012 UTC (11 years, 8 months ago) by niro
File size: 479 byte(s)
auto added: ver bump to 1.1-r1
1 # $Id$
2
3 PNAME="libguess"
4 PVER="1.1"
5 PBUILD="r1"
6
7 PCAT="dev-libs"
8
9 DESCRIPTION="high-speed character set detection library."
10 HOMEPAGE="http://www.atheme.org/project/libguess"
11
12 DEPEND=">= dev-libs/libmowgli-2"
13
14 SRCFILE="${PNAME}-${PVER}.tar.gz"
15 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
16
17 sminclude mbuild
18
19 SRC_URI=(
20 http://atheme.org/downloads/${SRCFILE}
21 mirror://${PNAME}/${SRCFILE}
22 )
23
24 UP2DATE="updatecmd ${HOMEPAGE} | grep '\(\.tar\.gz\)' | sed 's/.*-\(.*\)\(\.tar\.gz\).*/\1/;q'"