build/PKGBUILD
Adrian Schröter f8947664a5 Accepting request 712606 from home:dimstar:Factory
- configs/15.5.conf: add libzstd1 to preinstall list: RPM is being
  extended to support zstd compression, which results in an
  additionaly library being linked in.


Succeeds for Staging_A - where libzstd1 is already added to preinstall

OBS-URL: https://build.opensuse.org/request/show/712606
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/build?expand=0&rev=382
2019-07-08 08:11:38 +00:00

18 lines
383 B
Bash

pkgname=build
pkgver=20190627
pkgrel=0
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=('SKIP')
package() {
msg "Installing build ..."
cd "${srcdir}"/obs-build-${pkgver}
make DESTDIR=${pkgdir} install
}