The project is called obs-build and this shoudl also be the name of the package.
I added this as a new package: https://aur.archlinux.org/packages/obs-build-git
Search Criteria
Package Details: osc-build-git 20111013-1
Package Actions
- View PKGBUILD
- Download tarball
- Search wiki
- Flagged out-of-date (2013-01-19)
| Package Base: | osc-build-git |
|---|---|
| Description: | The build software used for Open Build Service - git |
| Upstream URL: | http://build.opensuse.org |
| Category: | devel |
| Licenses: | |
| Submitter: | None |
| Maintainer: | None |
| Last Packager: | None |
| Votes: | 2 |
| First Submitted: | 2010-08-05 12:32 |
| Last Updated: | 2011-10-13 10:06 |
Latest Comments
Comment by JonnyJD
Comment by jonnor
Not using this anymore, orphaning.
git urls still needs to be updated
Comment by pnorcks
Development for this project moved to github:
https://github.com/openSUSE/obs-build
Anonymous comment
there is no 'builddepends' variable in ArchLinux, use 'makedepends' instead.
Is 'subversion' really needed to build the package? In any case 'git' should be added to 'makedepends'.
-Armin
Comment by jonnor
Below comment is fixed now.
Comment by jonnor
The comment below points to a very serious packaging bug which still exists. Please fix ASAP.
Comment by jonnor
The PKGBUILD contains an error which causes it to try to install packages outside $pkgdir. To fix, change
"make install" to "make install DESTDIR="$pkgdir""
Thanks