build/PKGBUILD
OBS User adrianSuSE 0f2b5d8f24 osc copypac from project:OBS:Server:2.4 package:build revision:38, using keep-link
Rev openSUSE:Tools/211 Md5 1ca35eca9161cfb842797540eb919e2d 2013-05-17 09:23:03 adrianSuSE None
2013-05-17 09:23:03 +00:00

18 lines
411 B
Bash

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