summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkkl24012015-06-28 00:09:42 +0200
committerkkl24012015-06-28 00:09:42 +0200
commitd661094333e8994a7ac0f7bfa89139e531456848 (patch)
treec3ef0922fd5c0f7a43744fdb674227b13b2d9a88
downloadaur-d661094333e8994a7ac0f7bfa89139e531456848.tar.gz
Initial import
-rw-r--r--.SRCINFO15
-rw-r--r--PKGBUILD20
2 files changed, 35 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..47f8623d9b3a
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,15 @@
+pkgbase = xhtml-modularization-1-docs
+ pkgdesc = XHTML Modularization Documentation
+ pkgver = 1.1.20100729
+ pkgrel = 1
+ url = http://www.w3.org/TR/xhtml-modularization/
+ arch = any
+ license = W3C
+ replaces = xhtml-modularization-docs
+ options = docs
+ options = !strip
+ source = http://www.w3.org/TR/2010/REC-xhtml-modularization-20100729/xhtml-modularization.tgz
+ md5sums = cf4cadea4da93d20f9689fc468a80e2f
+
+pkgname = xhtml-modularization-1-docs
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..0ab25abb3077
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,20 @@
+# Contributor: Ondrej Kucera <ondrej.kucera@centrum.cz>
+
+pkgname=xhtml-modularization-1-docs
+_version=20100729
+pkgver=1.1.${_version}
+pkgrel=1
+pkgdesc="XHTML Modularization Documentation"
+arch=('any')
+url="http://www.w3.org/TR/xhtml-modularization/"
+license=('W3C')
+options=('docs' '!strip')
+source=("http://www.w3.org/TR/2010/REC-xhtml-modularization-${_version}/xhtml-modularization.tgz")
+md5sums=('cf4cadea4da93d20f9689fc468a80e2f')
+replaces=('xhtml-modularization-docs')
+
+package(){
+ cd "$srcdir"
+ mkdir -p "$pkgdir/usr/share/doc"
+ cp -rf "xhtml-modularization-${_version}" "$pkgdir/usr/share/doc/xhtml-modularization-1"
+}