Magellan Linux

Contents of /branches/magellan-next/extras/libggz/libggz-0.0.14.1-r5.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 7228 - (show annotations) (download)
Mon Oct 11 20:24:34 2010 UTC (13 years, 7 months ago) by niro
File size: 524 byte(s)
auto added: ver bump to 0.0.14.1-r5
1 # $Id: libggz-0.0.14.1-r4.smage2 3907 2009-11-13 23:20:09Z niro $
2
3 PNAME="libggz"
4 PVER="0.0.14.1"
5 PBUILD="r5"
6
7 STATE="unstable"
8 DESCRIPTION="The GGZ Gaming Zone - Base Libraries."
9
10 DEPEND=">= app-crypt/libgcrypt-1.4
11 >= dev-libs/openssl-1.0.0"
12
13 sminclude ggz
14
15 UP2DATE="updatecmd \$(updatecmd http://www.ggzgamingzone.org/releases/latest/ | grep download.php | sed 's:.*.\ \(http\:.*\):\1:;q') | grep ${PNAME} | lasttarball gz"
16
17 src_compile()
18 {
19 cd ${SRCDIR}
20
21 ggz_configure --with-gcrypt --with-tls=OpenSSL || die
22 mmake
23 }
24