Package Details: urbit-git 71085e0-1

Package Base: urbit-git
Description: An Operating Function
Upstream URL: http://www.urbit.org
Category: network
Licenses: public_domain
Submitter: drevilt
Maintainer: drevilt
Last Packager: drevilt
Votes: 2
First Submitted: 2013-09-25 23:58
Last Updated: 2014-11-09 16:54

Dependencies (3)

Required by (0)

Sources

Latest Comments

Comment by tomxtobin

2014-11-12 17:16

(Just deleted my last comment re: automake, since I was wrong -- it's in base-devel so it shouldn't go in makedepends.)

Comment by bldewolf

2014-11-09 10:22

Hello, this PKGBUILD doesn't build cleanly (it still references build-area paths, so if you run "makepkg -c" it won't work). Luckily, the debian build targets work fine, so to get a usable package you can change build() and package() to look something like:

build() {
cd "$srcdir/$_gitname"
make debbuild
}
package() {
cd "$srcdir/$_gitname"
make debinstall DESTDIR="$pkgdir"
}

Comment by drevilt

2013-09-26 17:08

Oh you are right. I updated the PKGBUILD. Thanks.

Comment by Baraclese

2013-09-26 16:40

Had to add termcap as dependency to build it.