summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPival812016-03-27 20:13:02 +0200
committerPival812016-03-27 20:13:02 +0200
commit98b17044945e322ce0069d433413aa14211f2164 (patch)
tree0fb5340483a428739b6b61127a9f5e61521ae257
downloadaur-98b17044945e322ce0069d433413aa14211f2164.tar.gz
updated PKGBUILD
-rw-r--r--.SRCINFO15
-rw-r--r--PKGBUILD18
2 files changed, 33 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..ecc26a903932
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,15 @@
+# Generated by mksrcinfo v8
+# Sun Mar 27 18:13:02 UTC 2016
+pkgbase = booktabz
+ pkgdesc = Booktab - Libri di testo multimediali sul tuo tablet e sul tuo computer.
+ pkgver = 1.5
+ pkgrel = 1
+ url = http://booktab.it
+ arch = x86_64
+ license = unknown
+ noextract = BooktabZSteup-15.10.deb
+ source = https://booktab.it/setup-z/BooktabZSteup-15.10.deb
+ md5sums = SKIP
+
+pkgname = booktabz
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..c15e58664b3e
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,18 @@
+# Maintainer: Valerio Pizzi (pival81) <pival81@yahoo.com>
+
+pkgname=booktabz
+pkgver=1.5
+pkgrel=1
+pkgdesc="Booktab - Libri di testo multimediali sul tuo tablet e sul tuo computer."
+arch=("x86_64")
+url="http://booktab.it"
+license=('unknown')
+source=('https://booktab.it/setup-z/BooktabZSteup-15.10.deb')
+noextract=('BooktabZSteup-15.10.deb')
+md5sums=('SKIP')
+
+package() {
+ ar p BooktabZSteup-15.10.deb data.tar.xz | tar xJ
+ cp usr $pkgdir
+}
+