build/PKGBUILD
OBS User adrianSuSE fc27cfc174 grr
Rev openSUSE:Tools/237 Md5 938a26d89cebe077321f32d073be5720 2014-09-16 06:37:22 adrianSuSE None
2014-09-16 06:37:22 +00:00

18 lines
411 B
Bash

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