Module submission - pwlib

dveatch@woh.rr.com dveatch at woh.rr.com
Sat Jun 18 14:23:30 UTC 2005


module name       : pwlib
suggested section : libs
update (y/n)      : n
bugfix (y/n)      : y
security (y/n)    : n


A lin causes the downloaded file, pwlib-v1_9_0-src-tar.gz to be placed in 
/usr/src and a /usr/src/pwlib_v1_9_0 created. Well at that point it dies
cause nothing gets put in the $SOURCE_DIRECTORY. 

Added a PRE_BUILD to take care of that and a POST_INSTALL to get rid of
the tarball. There is probably a better way to handle that. But I'm just
happy to get this thing to compile and install.

dveatch

-------------- next part --------------
--- pwlib/DETAILS	2005-05-07 14:09:07.000000000 -0400
+++ pwlib/DETAILS	2005-06-18 10:23:06.000000000 -0400
@@ -6,7 +6,7 @@
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/${MODULE}_v1\_9\_0
         WEB_SITE=http://www.openh323.org
          ENTERED=20041217
-         UPDATED=20050317
+         UPDATED=20050618
 	   SHORT="A Portable Text and GUI C/C++ Class Libarary."
 cat << EOF
 A multi-platform operating system and GUI abstraction system for application development.
--- pwlib/POST_INSTALL	1969-12-31 19:00:00.000000000 -0500
+++ pwlib/POST_INSTALL	2005-06-18 10:20:36.000000000 -0400
@@ -0,0 +1,2 @@
+cd /usr/src      &&
+rm pwlib*
--- pwlib/PRE_BUILD	1969-12-31 19:00:00.000000000 -0500
+++ pwlib/PRE_BUILD	2005-06-18 10:13:50.000000000 -0400
@@ -0,0 +1,5 @@
+cd /usr/src/          &&
+tar zxvf pwlib-v1_9_0-src-tar.gz &&
+cd $SOURCE_DIRECTORY
+
+
-------------- next part --------------
lvu submit pwlib 3ec74a6b7178c5bbcd15f876252d261c  -
2.6.12-rc6 2.6.11 gcc-3.3.3 glibc-2.3.3


More information about the Lunar mailing list