summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 90474f10535db8fb1daae0c5593b5bee64b0d2d3 (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
# Maintainer: agnotek <agnostic[dot]sn[at]gmail[dot]com>

pkgname=anoise-media
pkgver=0.0.16
pkgrel=0
pkgdesc="Ambient Noise Library. Sounds and icons for Anoise Player"
arch=('any')
license=('GPL3')
url="https://launchpad.net/~costales/+archive/ubuntu/anoise?field.series_filter=vivid"
options=()
conflicts=()
depends=('python-distutils-extra')
optdepends=()
source=("https://launchpad.net/~costales/+archive/ubuntu/anoise/+files/${pkgname}_${pkgver}_all.deb")
md5sums=('e373afd6b76074659648653b27f25ae6')

package() {
  cd "${srcdir}"

  ar x "${pkgname}_${pkgver}_all.deb" > /dev/null
  tar -xJf data.tar.xz -C "${pkgdir}"
 
  install -d -m755 "${pkgdir}/usr/"

}