build/PKGBUILD
OBS User adrianSuSE cfb67882ba fix
Rev openSUSE:Tools/194 Md5 af21b0caa39935aa5804245eb35b0636 2012-10-19 13:09:51 adrianSuSE None
2012-10-19 13:09:51 +00:00

18 lines
411 B
Bash

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