diff --git a/dev-games/libggz/libggz-0.99.5.recipe b/dev-games/libggz/libggz-0.99.5.recipe index e7dd39ef6..ae25a701a 100644 --- a/dev-games/libggz/libggz-0.99.5.recipe +++ b/dev-games/libggz/libggz-0.99.5.recipe @@ -1,24 +1,45 @@ -DESCRIPTION="GGZ Library libggz" -HOMEPAGE="http://dev.ggzgamingzone.org/libraries/libggz/" +SUMMARY="Making C application development easier" +DESCRIPTION="The libggz library is a collection of small utility functions. It \ +consists of the modules easysock (socket creation, reading/writing data and so \ +on), xml (xml helper functions), security (hash calculation functions), \ +lists/stack (for data structures), conf (configuration file handling) and \ +debug (debugging)." +HOMEPAGE="http://dev.ggzgamingzone.org/libraries/libggz/" SOURCE_URI="http://mirrors.ibiblio.org/pub/mirrors/ggzgamingzone/ggz/snapshots/ggz-base-libs-snapshot-0.99.5.tar.gz" -CHECKSUM_MD5="811d956fe082ee27c682c6d1c4d55142" +CHECKSUM_SHA256="b32dae84ea47db6dfb8dbae24fb20fcc71b958ea2d7efb9eff66c8e5c0db81b3" +SOURCE_DIR="ggz-base-libs-snapshot-$portVersion" REVISION="1" -STATUS_HAIKU="broken" -DEPEND="dev-util/pkgconfig >= 0.23" + +ARCHITECTURES="x86_gcc2" + +PROVIDES=" + libggz = $portVersion +" + +BUILD_REQUIRES=" + haiku_devel + devel:libintl +" + +BUILD_PREREQUIRES=" + cmd:aclocal + cmd:autoconf + cmd:gcc + cmd:libtoolize + cmd:make +" BUILD() { - cd ggz-base-libs-snapshot-0.99.5 libtoolize -fci aclocal -I m4 -I m4/ggz autoconf - ./configure --prefix=`finddir B_COMMON_DIRECTORY` - make + runConfigure ./configure + make $jobArgs } INSTALL() { - cd ggz-base-libs-snapshot-0.99.5 make install }