Add librpm level lua extension stub
authorPanu Matilainen <pmatilai@redhat.com>
Wed, 14 Jan 2009 13:09:25 +0000 (15:09 +0200)
committerPanu Matilainen <pmatilai@redhat.com>
Wed, 14 Jan 2009 13:09:25 +0000 (15:09 +0200)
commit6be1bdf1252c42a1b7329185b0c6e589b47ca948
tree906067942d9ffd210284457672a5667a3856e93d
parent2e0d5ef2d0b90fc43ac015396e78cd15225bb86e
Add librpm level lua extension stub
- inspired by rpm5.org, details differ
- just rpm.vercmp() for now
- push all Lua initialization to rpmLuaInit()
lib/Makefile.am
lib/rpmliblua.c [new file with mode: 0644]
lib/rpmliblua.h [new file with mode: 0644]
lib/rpmrc.c