summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
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..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"
+}