Hi Hisham

        There was an error in the last rockspec (the name of the library
is libpdf.so, thus the libraries entry should be "pdf").  The attached
one is correct.  Please, add it to the repository.

        Thanks,
                Tomás
package = "lpdf"
version = "20070717-3"
source = {
        url = "http://www.tecgraf.puc-rio.br/~lhf/ftp/lua/5.1/lpdf.tar.gz";,
        md5 = "85c3ebe49312bf316cd633c165df8446",
        dir = "pdf",
}
description = {
        summary = "A library for generating PDF documents based on PDFlib",
        homepage = "http://www.tecgraf.puc-rio.br/~lhf/ftp/lua/#lpdf";,
        license = "Public Domain",
}
dependencies = {
        "lua >= 5.1"
}
external_dependencies = {
        PDFLIB = {
                header = "pdflib.h"
        }
}
build = {
        type = "builtin",
        modules = {
                pdf = {
                        sources = {"lpdf.c",},
                        libraries = {"pdf"},
                        incdirs = {"$(PDFLIB_INCDIR)"},
                        libdirs = {"$(PDFLIB_LIBDIR)"},
                },
        },
}
------------------------------------------------------------------------------
Better than sec? Nothing is better than sec when it comes to
monitoring Big Data applications. Try Boundary one-second 
resolution app monitoring today. Free.
http://p.sf.net/sfu/Boundary-dev2dev
_______________________________________________
Luarocks-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/luarocks-developers

Reply via email to