build/PKGBUILD
OBS User mlschroe 38487b0468 add PKGBUILD file
Rev openSUSE:Tools/177 Md5 e2852578be95ca806335f63a26ac8968 2012-08-13 10:56:40 mlschroe None
2012-08-13 10:56:40 +00:00

18 lines
413 B
Bash

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