build/PKGBUILD
OBS User adrianSuSE 8118451017 fix
Rev openSUSE:Tools/226 Md5 2b969c67531a36799e136a2db68de94b 2013-12-05 10:02:58 adrianSuSE None
2013-12-05 10:02:58 +00:00

18 lines
411 B
Bash

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