build/PKGBUILD
OBS User adrianSuSE 04efad282b add factory config
Rev openSUSE:Tools/221 Md5 92fcaaf54857f2881bbb5192d20b2990 2013-10-15 09:48:11 adrianSuSE None
2013-10-15 09:48:11 +00:00

18 lines
411 B
Bash

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