Hi Hisham

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

        Thanks,
                Tomás
package = "pdf"
version = "20070717-1"
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 = "lpdf.c",
        },
}
------------------------------------------------------------------------------
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