Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 12410 - (hide annotations) (download)
Thu May 17 21:02:02 2012 UTC (12 years, 1 month ago) by niro
Original Path: trunk/extras/libggz/libggz-0.0.14.1-r5.smage2
File size: 279 byte(s)
auto added: ver bump to 0.0.14.1-r5
1 niro 12410 # $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     }