lmdb ver. bump

This commit is contained in:
Rmys
2021-06-20 19:14:08 +03:00
committed by GitHub
parent 8baaa72abc
commit c12ec273cb
3 changed files with 25 additions and 1 deletions
+3
View File
@@ -24,5 +24,8 @@ def install():
autotools.rawInstall("DESTDIR=%s prefix=/usr" % get.installDIR())
pisitools.dosed("lmdb.pc", "@PKGVER@", "%s" % get.srcVERSION())
pisitools.insinto("/usr/lib/pkgconfig", "lmdb.pc")
pisitools.domove("/usr/man", "/usr/share")
pisitools.dodoc("LICENSE", "CHANGES", "COPYRIGHT")