1 # Contributor: system <system at tou dot de>
6 url="http://www.office-bibliothek.de/office-bibliothek/index.html"
7 if [ "$CARCH" = "x86_64" ]; then
8 depends=('bash' 'deb2targz' 'lib32-libxmu' 'lib32-libxft' 'lib32-libxcursor' 'lib32-libxrandr' 'lib32-gcc-libs' 'lib32-libxi')
10 depends=('bash' 'deb2targz' 'libxmu' 'libxft' 'libxcursor' 'libxrandr' 'gcc-libs' 'libxi')
12 pkgdesc="Utility to view books from Duden, Brockhaus and some others"
13 source=(http://www.office-bibliothek.de/download/office_bibliothek/revision10/$pkgname-$pkgver-2-debian-ubuntu.deb)
14 noextrct=($pkgname-$pkgver-2-debian-ubuntu.deb)
15 license=('custom:officebib')
17 deb2targz $startdir/src/$pkgname-$pkgver-2-debian-ubuntu.deb
18 tar -xzvf $startdir/src/$pkgname-$pkgver-2-debian-ubuntu.tar.gz -C $startdir/pkg
19 chown -R root:root $startdir/pkg
20 rm $startdir/pkg/usr/share/applications/officebib.desktop~
22 md5sums=('76fc18522631601f980044b0a54151b4')