updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / cdebootstrap-static / PKGBUILD
blobb818095276d8f00874a8206b0a0e20874d92276f
1 # Maintainer: Hyacinthe Cartiaux <hyacinthe.cartiaux@free.fr>
2 pkgname=cdebootstrap-static
3 pkgver=0.5.8+b1
4 pkgrel=1
5 pkgdesc="Bootstrap a Debian system"
6 arch=('i686' 'x86_64')
7 url="http://packages.debian.org/search?keywords=cdebootstrap"
8 license=('GPL')
9 depends=('wget' 'gnupg' 'debian-archive-keyring')
11 if [[ $CARCH == x86_64 ]]; then
12   source=(http://ftp.debian.org/debian/pool/main/c/cdebootstrap/${pkgname}_${pkgver}_amd64.deb)
13   md5sums=('7573850eee5f2fd10babd09194a72944')
14 elif [[ $CARCH == i686 ]] ; then 
15   source=(http://ftp.debian.org/debian/pool/main/c/cdebootstrap/${pkgname}_${pkgver}_i386.deb)
16   md5sums=('942dc6ccf46c6606ba554bf4aa607e49')
19 build() {
20   tar xzvf ${srcdir}/data.tar.gz -C ${pkgdir}/
23 # vim:set ts=2 sw=2 et: