# $Id$ # Maintainer: Erich Eckner # Contributor: Pierre Schmitz pkgname=devtools32 pkgver=20171124 pkgrel=1 pkgdesc='Tools for Arch Linux package maintainers, also for 32 bit' arch=('any') license=('GPL') url='https://github.com/archlinux32/devtools32/' depends=('namcap' 'openssh' 'subversion' 'rsync' 'arch-install-scripts' 'pacman-mirrorlist32' 'git' 'mercurial' 'bzr') conflicts=('devtools') source=("$pkgname-$pkgver.tar.gz::https://github.com/archlinux32/$pkgname/archive/v$pkgver.tar.gz") sha512sums=('1981d15ef25c7e1f8ece750cc97a4e8561f80af8cc9717d54f78cdf53e338d0a833bc4f4d29a26200f4efbc35065255921af6b6a900c449ced8f17c3b3123af1') build() { cd "${pkgname}-${pkgver}" make PREFIX=/usr } package() { cd "${pkgname}-${pkgver}" make PREFIX=/usr DESTDIR=${pkgdir} install }