(Just deleted my last comment re: automake, since I was wrong -- it's in base-devel so it shouldn't go in makedepends.)
Search Criteria
Package Details: urbit-git 71085e0-1
Package Actions
| Package Base: | urbit-git |
|---|---|
| Description: | An Operating Function |
| Upstream URL: | http://www.urbit.org |
| Category: | network |
| Licenses: | |
| Submitter: | drevilt |
| Maintainer: | drevilt |
| Last Packager: | drevilt |
| Votes: | 2 |
| First Submitted: | 2013-09-25 23:58 |
| Last Updated: | 2014-11-09 16:54 |
Latest Comments
Comment by tomxtobin
Comment by bldewolf
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
Oh you are right. I updated the PKGBUILD. Thanks.
Comment by Baraclese
Had to add termcap as dependency to build it.