summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBartłomiej Piotrowski2018-01-05 17:11:45 +0100
committerBartłomiej Piotrowski2018-01-05 17:11:45 +0100
commitb282c6d2c348070b491da0d7de54add5cb78a0f3 (patch)
tree844d546df037dcdc59a838c34e1336f183849ec4 /PKGBUILD
downloadaur-b282c6d2c348070b491da0d7de54add5cb78a0f3.tar.gz
Import from official repositories
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD20
1 files changed, 20 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..75335a4d987f
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,20 @@
+# $Id: PKGBUILD 194152 2016-10-31 13:48:24Z spupykin $
+# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
+# Maintainer: Douglas Soares de Andrade <dsa@aur.archlinux.org>
+# Contributor: Sven Salzwedel <sven_salzwedel@web.de>
+
+pkgname=atk-docs
+pkgver=2.6.0
+pkgrel=2
+pkgdesc="Documentation for atk to be used in devhelp"
+arch=('any')
+license=('GPL')
+url="http://library.gnome.org/devel/atk/stable/"
+source=(ftp://ftp.gnome.org/pub/gnome/sources/atk/2.6/atk-${pkgver}.tar.xz)
+md5sums=('6b34e2a63dda4429b5692be7ca3aa5bf')
+
+package() {
+ install -d "$pkgdir"/usr/share/devhelp/books/atk
+ install -D -m 644 "$srcdir"/atk-${pkgver}/docs/html/* \
+ "$pkgdir"/usr/share/devhelp/books/atk
+}