updated on Wed Jan 25 08:34:36 UTC 2012
[aur-mirror.git] / adobesvg / PKGBUILD
blobf01218181ef0e0320410f32378f064f6d89f5f10
1 # Contributor: David Fuhr <david.fuhr@web.de>
2 pkgname=adobesvg
3 pkgver=3.01
4 pkgrel=1
5 pkgdesc="Experience data-driven, interactive, and personalized graphics on the web"
6 arch=(i686)
7 url="http://www.adobe.com/svg/viewer/install/"
8 license=('custom')
9 groups=()
10 depends=()
11 makedepends=()
12 provides=()
13 conflicts=()
14 replaces=()
15 backup=()
16 options=()
17 install=
18 source=(http://download.adobe.com/pub/adobe/magic/svgviewer/linux/3.x/${pkgver}x88/en/$pkgname-${pkgver}x88-linux-i386.tar.gz)
19 noextract=()
20 md5sums=('fc619d96a81d9fa54e42532ca57b09ca')
22 build() {
23   cd "$startdir/src/$pkgname-$pkgver"
25   install -d "$startdir/pkg/usr/local/adobesvg"
26   install -D -m 0644 *.so "$startdir/pkg/usr/local/adobesvg/"
28   # installing mozilla plugin
29   install -D -g root -m 0755 -o root libNPSVG3.so "$startdir/pkg/opt/mozilla/lib/plugins/libNPSVG3.so"
31   # copying license
32   install -D -m 0444 LICENSE.txt "$startdir/pkg/usr/share/licenses/$pkgname/LICENSE.txt"
35 # vim:set ts=2 sw=2 et: