Magellan Linux

Contents of /trunk/extras/libggz/libggz-0.0.14.1-r5.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 12410 - (show annotations) (download)
Thu May 17 21:02:02 2012 UTC (12 years ago) by niro
File size: 279 byte(s)
auto added: ver bump to 0.0.14.1-r5
1 # $Id$
2
3 PNAME="libggz"
4 PVER="0.0.14.1"
5 PBUILD="r5"
6
7 DESCRIPTION="The GGZ Gaming Zone - Base Libraries."
8
9 DEPEND=">= app-crypt/libgcrypt-1.5
10 >= dev-libs/openssl-1.0.1"
11
12 sminclude ggz
13
14 src_compile()
15 {
16 cd ${SRCDIR}
17
18 ggz_configure --with-gcrypt --with-tls=OpenSSL || die
19 mmake
20 }