Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 20930 - (show annotations) (download)
Mon Feb 17 09:47:03 2014 UTC (10 years, 2 months ago) by niro
File size: 279 byte(s)
-moved to 'deprecated'
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 }