build/PKGBUILD
OBS User adrianSuSE 823b15e2e3 update
Rev openSUSE:Tools/239 Md5 9a5319b974ed666d77e3059ba887d4cd 2014-09-19 05:38:58 adrianSuSE None
2014-09-19 05:38:58 +00:00

18 lines
411 B
Bash

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