summaryrefslogtreecommitdiffstats
path: root/bindings
AgeCommit message (Collapse)AuthorFilesLines
2006-11-20* repo-add script - to add entries to a db file directly from package data ↵Aaron Griffin1-6/+6
(no PKGBUILD) * libalpm api changes - move from a _getinfo(p, WHAT_WE_WANT) scheme to a typesafe _get_what_we_want(p) scheme [not 100% complete yet] * some const correctness changes * removal of PM_* types in alpm.h in favor of the pm*_t types used throughout libalpm
2006-10-25Fixed library directory for bindings - we need the craptastic .libs libtool dirAaron Griffin3-3/+3
2006-10-21Fixes from frugalware: few 'typos' included while patchingAaron Griffin1-1/+1
Also re-added Judd's dependancy fix in libalpm/deps.c
2006-10-15Fixed java includes - java bindings now compileAaron Griffin3-47/+1
2006-10-15Final frugalware changes commitAaron Griffin6-0/+207