Garball for pwlib and openh323



Hi,

The following garball can be used to build and install the pwlib and
openh323 libraries required for GnomeMeeting. It seems easiest to keep
these two packages in a single garball: basically, installing pwlib
into a nonstandard location results in a configuration that does not
meet openh323's expectations about the location of various files
required for building. I don't know whether this can be fixed
easily without actually modifying the openh323 sources.

-----------------------

GARNAME = openh323
GARVERSION = 1.12.2
CATEGORIES = misc

PWLIB = pwlib
PWLIBVERSION = 1.5.2

DISTFILES = $(GARNAME)_$(GARVERSION).tar.gz $(PWLIB)_$(PWLIBVERSION).tar.gz
MASTER_SITES = http://www.openh323.org/bin/

DESCRIPTION = openh323

CONFIGURE_SCRIPTS = $(WORKDIR)/$(PWLIB)/configure $(WORKDIR)/$(GARNAME)/configure
BUILD_SCRIPTS = $(WORKDIR)/$(PWLIB)/Makefile $(WORKDIR)/$(GARNAME)/Makefile
INSTALL_SCRIPTS = $(WORKDIR)/$(PWLIB)/Makefile $(WORKDIR)/$(GARNAME)/Makefile

CONFIGURE_ARGS = --prefix=$(prefix)
BUILD_ARGS = optshared

include ../category.mk

-----------------------

Also the garball for GnomeMeeting requires some changes to inform the
package's configure script about the location of the pwlib and openh323
include files and libraries.

-----------------------

GARNAME = gnomemeeting
GARVERSION = 0.98.2
CATEGORIES = gnome
DISTFILES = $(GARNAME)-$(GARVERSION).tar.bz2

LIBDEPS = gnome/libgnomeui

DESCRIPTION = gnomemeeting
define BLURB
 #FIXME: blurb goes here
endef

CONFIGURE_SCRIPTS = $(WORKSRC)/configure
BUILD_SCRIPTS = $(WORKSRC)/Makefile
INSTALL_SCRIPTS = $(WORKSRC)/Makefile

CONFIGURE_ARGS = $(DIRPATHS) --with-ptlib-includes=$(includedir)/ptlib --with-ptlib-libs=$(libdir) --with-openh323-includes=$(includedir)/openh323 --with-openh323-libs=$(libdir)

include ../category.mk

-----------------------

-- 
Heikki Tauriainen



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]