summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 626db9f3bd5fc4e8463c6cb99e894f8b7b13ada6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# Maintainer: Tim Rice < t [dot] rice [at] ms [dot] unimelb [dot] edu [dot] au>
pkgname=satanic-icon-themes
pkgver=666.9
pkgrel=1
pkgdesc="Icons from Ubuntu Satanic Edition."
url="http://www.ubuntusatanic.org"
arch=('any')
license=('GPL')
depends=()
optdepends=()
makedepends=()
conflicts=()
replaces=()
backup=()
source=("$url/hell/pool/main/s/${pkgname}/${pkgname}_${pkgver}_all.deb")
md5sums=('da67063378ed26a966c6f364e56a1f63')

build() {
  msg "Extracting ... "
  ar xv ${pkgname}_${pkgver}_all.deb || return 1
  tar xvf data.tar.gz || return 1
  msg2 "Done extracting."
}

package() {
  msg "Moving files ... "
  mv $srcdir/usr $pkgdir || return 1
  msg2 "Done moving files."
}