Hi Hisham

        Please, forget my previous message and consider the new file
attached to this message.

        Thanks,
                Tomás

On Mon, 31 Oct 2011, Tomas Guisasola Gorham wrote:

        Hi Hisham

        Please add the attached rockspec for lhf's lpdf to the repository.

         Thanks,
                 Tomás
package = "pdf"
version = "20070717-2"
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 = {"pdflib"},
                        incdirs = {"$(PDFLIB_INCDIR)"},
                        libdirs = {"$(PDFLIB_LIBDIR)"},
                },
        },
}
------------------------------------------------------------------------------
Get your Android app more play: Bring it to the BlackBerry PlayBook 
in minutes. BlackBerry App World™ now supports Android™ Apps 
for the BlackBerry® PlayBook™. Discover just how easy and simple 
it is! http://p.sf.net/sfu/android-dev2dev
_______________________________________________
Luarocks-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/luarocks-developers

Reply via email to