Package Details: djvubind-hg 1.2.0-2

Package Base: djvubind-hg
Description: A tool to create highly compressed djvu files with ocr, metadata, and bookmarks
Upstream URL: http://code.google.com/p/djvubind/
Category: office
Licenses: GPL3
Conflicts: djvubind
Provides: djvubind
Submitter: Blender
Maintainer: Blender
Last Packager: Blender
Votes: 3
First Submitted: 2012-01-26 07:08
Last Updated: 2015-02-17 09:37

Dependencies (8)

Required by (0)

Sources

Latest Comments

Comment by Chris_tian

2015-05-23 06:49

It seems that more people used the method of an empty package() function and the Arch team now used other actions to enforce the new layout. The pkg directory is now read / write protected during build().

Could you change the package and build functions in the following way:

package() {
cd "$startdir/src/$pkgname"
python ./setup.py install --root "$pkgdir"
}

build() {
cd "$startdir/src"
hg clone "$_hgroot" $pkgname
}

Comment by grayich

2015-02-19 23:33

working PKGBUILD -- http://paste.org.ru/?kb518b