Skip to content

Instantly share code, notes, and snippets.

@dholth
Created September 13, 2012 15:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dholth/3715068 to your computer and use it in GitHub Desktop.
Save dholth/3715068 to your computer and use it in GitHub Desktop.
Simple ipkg.info from Bento
{
"executables": {},
"file_sections": [
{
"category": "pythonfiles",
"target_dir": "$sitedir",
"name": "bentest",
"files": [
[
"bentest/__init__.py",
"bentest/__init__.py"
]
],
"source_dir": "$_srcrootdir/.."
}
],
"meta": {
"name": "bentest",
"license": "",
"author": "",
"url": "",
"top_levels": [
"bentest"
],
"download_url": "",
"summary": "",
"author_email": "",
"version": "0.0.1",
"platforms": [],
"install_requires": [],
"classifiers": [],
"description": ""
},
"install_paths": {
"docdir": "$datarootdir/doc/$pkgname",
"sharedstatedir": "$prefix/com",
"htmldir": "$docdir",
"localstatedir": "$prefix/var",
"destdir": "/",
"prefix": "/home/daniel/var/logparse/src/bentest/build",
"pkgdatadir": "$datadir/$pkgname",
"psdir": "$docdir",
"mandir": "$datarootdir/man",
"infodir": "$datarootdir/info",
"libdir": "$eprefix/lib",
"datadir": "$datarootdir",
"localedir": "$datarootdir/locale",
"dvidir": "$docdir",
"bindir": "$eprefix/bin",
"sitedir": "/home/daniel/var/logparse/src/bentest/build",
"pdfdir": "$docdir",
"eprefix": "/home/daniel/var/logparse/src/bentest/build",
"datarootdir": "$prefix/share",
"sysconfdir": "$prefix/etc",
"includedir": "$prefix/include",
"sbindir": "$eprefix/sbin",
"libexecdir": "$eprefix/libexec"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment