updated on Tue Jan 10 04:01:21 UTC 2012
[aur-mirror.git] / arch32-light / PKGBUILD
blobc0161ab87e2e9206b44ed9fe03f1428b5f3a5efc
1 pkgname='arch32-light'
2 pkgver=2010.12.12.4
3 pkgrel=1
4 pkgdesc="Lightweight 32-bit chroot intended for 64-bit systems."
5 arch=('any')
6 conflicts=('arch32')
7 depends=('diffutils' 'pacman>=3.4.0' 'pacman-mirrorlist>=20100621')
8 optdepends=('xorg-xhost')
9 install="${pkgname}.install"
10 backup=('etc/arch32.conf' 'etc/arch32d.conf')
11 license=('GPL')
12 url="http://xyne.archlinux.ca/projects/${pkgname}"
13 source=(http://xyne.archlinux.ca/src/${pkgname}-${pkgver}.tar.gz)
14 md5sums=('2b1c07f86a1771d2cf7c477b4cafe814')
16 build()
18   cd ${srcdir}/${pkgname}
19         install -Dm755 arch32d             "${pkgdir}/etc/rc.d/arch32d"
20         install -Dm755 pacman32            "${pkgdir}/usr/bin/pacman32"
21         install -Dm755 arch32              "${pkgdir}/usr/bin/arch32"
22         install -Dm755 arch32initialize    "${pkgdir}/usr/bin/arch32initialize"
23         install -Dm644 arch32.conf         "${pkgdir}/etc/arch32.conf"
24         install -Dm644 arch32d.conf        "${pkgdir}/etc/arch32d.conf"
25   install -Dm644 "man/${pkgname}.1.gz" "${pkgdir}/usr/share/man/man1/${pkgname}.1.gz"
28 # vim: set ts=2 sw=2 et:
29 # vim: set ts=2 sw=2 et: