summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 1 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3267d3501e37..486d8a02190f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,14 +7,12 @@ pkgdesc="Booktab - Libri di testo multimediali sul tuo tablet e sul tuo computer
arch=("x86_64")
url="http://booktab.it"
license=('unknown')
-depends=('dpkg')
source=('https://booktab.it/setup-z/BooktabZSetup-16.04.deb')
noextract=('BooktabZSetup-16.04.deb')
md5sums=('07a7fb9efb841a1b52ca6e9fa9c8b505')
package() {
- cd $srcdir
- dpkg-deb -x BooktabZSetup-16.04.deb $pkgdir
+ bsdtar -Oxf $srcdir/BooktabZSetup-16.04.deb --include data.tar.xz | tar -C $pkgdir -Jxf -
find $pkgdir/usr -type d -exec chmod 755 {} \;
}