# Contributors: # henning mueller # krompus # Mélanie Chauvel (ariasuni) pkgname=anarchism pkgver=15.3 pkgrel=3 _debpkgrel=3 pkgdesc='Source of information regarding Anarchist (libertarian socialist) theory and practice.' arch=(any) license=(FDL) url=http://www.infoshop.org/AnAnarchistFAQ options=(docs) depends=(xdg-utils) makedepends=(librsvg) source=(http://ftp.debian.org/debian/pool/main/a/$pkgname/$pkgname\_$pkgver-$_debpkgrel\_all.deb) sha256sums=('cf21c10948b00e923c62eb31c39a3390413fa26c5ee0e3b925feb0ec7fe42948') build() { cd $srcdir ar x $(basename $source) tar xf data.tar.xz } package() { cd $srcdir cp -r usr $pkgdir }