add PKGBUILD file
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/build?expand=0&rev=177
This commit is contained in:
parent
42e1ff800a
commit
749ad33b00
17
PKGBUILD
Normal file
17
PKGBUILD
Normal file
@ -0,0 +1,17 @@
|
||||
pkgname=build
|
||||
pkgver=2012.07.19
|
||||
pkgrel=1
|
||||
pkgdesc="Build packages in sandbox"
|
||||
arch=('i686' 'x86_64')
|
||||
url="https://www.github.com/openSUSE/obs-build"
|
||||
license=('GPL-2.0+' 'GPL-2.0')
|
||||
groups=('base-devel')
|
||||
depends=('perl')
|
||||
source=(obs-build-${pkgver}.tar.gz)
|
||||
md5sums=('643d53f6327913eecf57fb6fa166db5e')
|
||||
|
||||
package() {
|
||||
msg "Installing build ..."
|
||||
cd "${srcdir}"/obs-build-${pkgver}
|
||||
make DESTDIR=${pkgdir} install
|
||||
}
|
@ -64,7 +64,6 @@ chroot environment.
|
||||
|
||||
%package mkbaselibs
|
||||
Summary: Tools to generate base lib packages
|
||||
Group: Development/Tools/Building
|
||||
# NOTE: this package must not have dependencies which may break boot strapping (eg. perl modules)
|
||||
|
||||
%description mkbaselibs
|
||||
@ -73,7 +72,6 @@ for generating base lib packages.
|
||||
|
||||
%package mkdrpms
|
||||
Summary: Tools to generate delta rpms
|
||||
Group: Development/Tools/Building
|
||||
Requires: deltarpm
|
||||
# XXX: we wanted to avoid that but mkdrpms needs Build::Rpm::rpmq
|
||||
Requires: build
|
||||
|
Loading…
Reference in New Issue
Block a user