Hi, I'm trying to package libsigc++ and I'm running in to an issue. My current cygport file consists of:
HOMEPAGE="http://libsigc.sourceforge.net/" SRC_URI="http://ftp.gnome.org/pub/GNOME/sources/libsigc++/2.2/${P}.tar.bz2" PKG_NAMES="${PN} ${PN}0 ${PN}-devel" PKG_HINTS="setup lib devel" libsigc++_CONTENTS="usr/share/doc/" libsigc++0_CONTENTS="usr/bin/cygsigc-2.0-0.dll" libsigc++_devel_CONTENTS="--exclude=usr/bin --exclude=usr/share/doc" src_compile() { lndirs cd ${B} cygconf cygmake } When I attempt to act on it with any cygport command (prep, compile), I get: $ cygport libsigc++-2.2.8-1.cygport prep /usr/src/libsigc++/libsigc++-2.2.8-1.cygport: line 6: libsigc++_CONTENTS=usr/share/doc/: No such file or directory if I change: libsigc++_CONTENTS="usr/share/doc/" libsigc++0_CONTENTS="usr/bin/cygsigc-2.0-0.dll" libsigc++_devel_CONTENTS="--exclude=usr/bin --exclude=usr/share/doc" to libsigc_CONTENTS="usr/share/doc/" libsigc0_CONTENTS="usr/bin/cygsigc-2.0-0.dll" libsigc_devel_CONTENTS="--exclude=usr/bin --exclude=usr/share/doc" it will work but create empty archives for libsigc++-2.2.8-1.tar.gz and company. Is it the plus signs that cygport doesn't like? Chris -- Chris Sutcliffe http://emergedesktop.org http://www.google.com/profiles/ir0nh34d ------------------------------------------------------------------------------ The Palm PDK Hot Apps Program offers developers who use the Plug-In Development Kit to bring their C/C++ apps to Palm for a share of $1 Million in cash or HP Products. Visit us here for more details: http://p.sf.net/sfu/dev2dev-palm _______________________________________________ Cygwin-ports-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/cygwin-ports-general
