build/PKGBUILD
OBS User adrianSuSE eb205241c6 osc copypac from project:OBS:Server:2.4 package:build revision:32, using keep-link
Rev openSUSE:Tools/206 Md5 144a5fe201c6ca7277576eb8dacee956 2013-04-29 07:42:59 adrianSuSE None
2013-04-29 07:42:59 +00:00

18 lines
411 B
Bash

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